uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
8.08k stars 574 forks source link

Listen on random port #728

Closed zdm closed 2 years ago

zdm commented 2 years ago

Hi, Is it possible to listen on random port and get this port in listen callback somehow?

ghost commented 2 years ago

https://unetworking.github.io/uWebSockets.js/generated/index.html#us_socket_local_port

I think you pass 0 as port, then get it

zdm commented 2 years ago

Yes, this works. Thank you.