Restart application on file change, work even on Windows
npm install reloader
Reload your Node.js application if some source changed
How to use:
require('reloader').start(function () { app.listen(3000);});