Start and manage Node.js apps in production with auto-restart.
Production process manager for Node.JS applications with a built-in load balancer.
pm2
$ pm2 start app.js
$ pm2 restart all
$ pm2 list
$ pm2 logs app-name
$ pm2 delete all