Process Managers

how to run a nuxt(node)  in background process ?

NODE_ENV=production node server/index.js ?
nodemon ?
nohup
forever

features

start

pm2 start app.js

work with NPM

pm2 start npm -- start

cluster mode

pm2 start -i 4 --name server index.js

monit / log

pm2 monit
pm2 log

Title Text

Subtitle

Node Process Managers

By jaokuohsuan

Node Process Managers

  • 846