rerun icon indicating copy to clipboard operation
rerun copied to clipboard

tell me when the server is listening

Open alexch opened this issue 13 years ago • 3 comments

if possible, detect when the server has not only launched but is listening to the port and ready to accept requests

this may require some config.ru snooping or CL params to figure out what port to check

alexch avatar Nov 18 '11 17:11 alexch

I will like this feature very much. I can also try to code it. :)

RaVbaker avatar Jun 14 '13 10:06 RaVbaker

I think an additional command-line param / config file setting like --wait-for-port 1234 would be the easiest way.

alexch avatar Jun 18 '13 19:06 alexch

I have been also thinking about it and you're right. Explicit checking port could be easiest way.

RaVbaker avatar Jun 18 '13 20:06 RaVbaker