I use the following tool to automatically reload files in node.js:
https://github.com/isaacs/node-supervisor
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! 🙂