smollweide / node-mock-server

File based Node REST API mock server
MIT License
255 stars 65 forks source link

Hook after server startup? #63

Closed dschulten closed 7 years ago

dschulten commented 7 years ago

I childprocess.fork a node-mock-server instance in the rollup plugin. It would be helpful to know when nms has come up, so I can open the application in the browser after the server is up. Is there such a hook already or would you accept a PR to process.send() a message back to the parent process after the server has started?

dschulten commented 7 years ago

Closed. I need not fork a subprocess.