nodejs启动方式

forever start app.js 和 nohub node app.js是后台 启动的方式 nohub node app.js 不会输出日志

 

启动 froerver start app.js

停止 forever stop app.js

相关文章: