npm install -g forever forever start app.js //启动 forever stop app.js //关闭
nohup node index.js > myLog.log 2>&1 & //启动 pkill node //关闭 node 服务