美文网首页
nodejs项目的部署

nodejs项目的部署

作者: 雪_豹 | 来源:发表于2018-08-26 17:59 被阅读0次
一、nodejs项目在Windows下的部署

利用工具nssm来把项目安装成Windows服务,然后启动服务
nssm官网地址:http://nssm.cc/

二、nodejs项目在Linux上的部署

利用forever或者pm2来部署

forever    https://github.com/foreverjs/forever
npm install forever -g
pm2    https://github.com/unitech/pm2
npm install pm2 -g

pm2看样子比较不错

相关文章

网友评论

      本文标题:nodejs项目的部署

      本文链接:https://www.haomeiwen.com/subject/bzwoiftx.html