why use pm2 code example
Example 1: install pm2
npm install pm2 -g
Example 2: pm2 install
$ pm2 start bashscript.sh
$ pm2 start python-app.py --watch
$ pm2 start binary-file -- --port 1520
npm install pm2 -g
$ pm2 start bashscript.sh
$ pm2 start python-app.py --watch
$ pm2 start binary-file -- --port 1520