Continuous running with nohup

suggest change

An alternative to forever on Linux is nohup.

To start a nohup instance

  1. cd to the location of app.js or wwwfolder
  2. run nohup nodejs app.js &

To kill the process

  1. run ps -ef|grep nodejs
  2. kill -9 <the process number>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Keep a node application constanly running:
* Continuous running with nohup

Table Of Contents
1 npm
17 Keep a node application constanly running
41 cli
43 grunt
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require