http://www.cnblogs.com/Darren_code/p/node_express.html

express -e nodejs-product

 

 sudo npm install forever -g   #安装
$ forever start app.js          #启动
$ forever stop app.js           #关闭
$ forever start -l forever.log -o out.log -e err.log app.js   #输出日志和错误

用Supervisor守护你的Node.js进程

https://www.jianshu.com/p/6d84e5efe99d

https://cnodejs.org/topic/5824479ab71596cc38678455

tweak

https://www.npmjs.com/package/devtool/
http://www.tuicool.com/articles/YjYzue
https://github.com/Jam3/devtool-examples

相关文章:

  • 2021-08-05
  • 2021-12-16
  • 2022-12-23
  • 2021-07-13
  • 2021-09-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
相关资源
相似解决方案