pm2

Start and manage Node.js apps in production with auto-restart.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Production process manager for Node.JS applications with a built-in load balancer.

Commands

pm2

Examples

start a node app and keep it running$ pm2 start app.js
restart all running processes$ pm2 restart all
see list of all managed processes$ pm2 list
watch logs from a running app in real time$ pm2 logs app-name
stop all processes and remove from pm2$ pm2 delete all