--> npm forever
--> sudo npm install forever -g
--> npm install forever-monitor
--> forever start app.js
--> sudo kill -9 $(lsof -i tcp:9001 -t)