A simple way to monitor for any changes in your Node.js application and magically restart the server
In most of my Node.js application servers, I add a simple section of code at the end which watches specific application files, and terminates the server if any are changed.…
Read more