pm2

Production process manager for Node.js apps with load balancing

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.js application with PM2$ pm2 start app.js
Start an app with multiple instances for load balancing$ pm2 start app.js -i max
List all running PM2 processes$ pm2 list
Stop a process by name$ pm2 stop app-name
Monitor CPU and memory usage in real-time$ pm2 monit