Keep a node application constanly running:
*
Process Mangement with Forever
Installation
npm install forever -g
cd /node/project/directory
Usages
forever start app.js