1611 shaares
17 private links
17 private links
1 result
tagged
autorestart
A good option is Node-supervisor and Node.js Restart on File Change is good article on how to use it, typically:
npm install supervisor -g
and after migrating to the root of your application use the following
supervisor app.js