安装forever
npm install -g forever
使用forever开启nodejs程序
forever start xxx.js
如果不需要一直运行nodejs程序
forever stop xxx.js