Node.js – Auto-reload of files in Node.js

I use the following tool to automatically reload files in node.js:

It is quite simple to use: install it using the described steps, then use the command
supervisor <path/to/app.js>
instead of
node <path/to/app.js>

Hope this is helpful out there! 🙂