A good friend of nodejs: pm2

Installation: npm install pm2 -g #Install pm2 globally

 

View version: pm2 -v

 

Automatic restart: pm2 start hello.js --watch

View the list: pm2 list

View log: pm2 log <id|name>

Stop the service: pm2 stop <id|name>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325402458&siteId=291194637