carbon-io / carbond

MIT License
2 stars 5 forks source link

Add ability to listen on a random unassigned port #329

Closed BenElgar closed 6 years ago

BenElgar commented 6 years ago

Fixes #150

gregbanks commented 6 years ago

this is the expected behavior: https://nodejs.org/dist/latest-v8.x/docs/api/net.html#net_server_listen_port_host_backlog_callback

BenElgar commented 6 years ago

@gregbanks was there anything else surrounding the cmdargs stuff you'd like done? Wasn't sure if it was just the help you were after.