pm2 with node js code example
Example 1: pm2 install
$ pm2 [list|ls|status]
Example 2: pm2 install
$ pm2 start bashscript.sh
$ pm2 start python-app.py --watch
$ pm2 start binary-file -- --port 1520
$ pm2 [list|ls|status]
$ pm2 start bashscript.sh
$ pm2 start python-app.py --watch
$ pm2 start binary-file -- --port 1520