nodeJs 部署
背景
最近新产品线,因为架构调整,增加了一个node应用,关于node混淆部署了解了一下,保护自主知识产权嘛。
在这儿简单做个记录。
正文
安装 forever:sudo npm install -g forever
更多关于 forever 的资讯:https://github.com/nodejitsu/forever
或安装 PM2:sudo npm install pm2 -g –unsafe-perm
更多关于 PM2 的资讯:https://github.com/Unitech/pm2