Production process manager for Node.js apps with load balancing
Production process manager for Node.JS applications with a built-in load balancer.
pm2
$ pm2 start app.js
$ pm2 start app.js -i max
$ pm2 list
$ pm2 stop app-name
$ pm2 monit