安装 npm install forever -g 启动后台 forever start app.js 查看日志 forever log app.js
npm install forever -g
forever start app.js
forever log app.js