[node.js] How to make a node.js application run permanently?

First install pm2 globally

npm install -g pm2

then start

pm2 start bin/www