nodeJs-部署.md 627 B

title: nodeJs 部署 author: Gamehu tags:

  • node categories:
  • 前端 date: 2020-10-29 10:18:00 ---

背景

最近新产品线,因为架构调整,增加了一个node应用,关于node混淆部署了解了一下,保护自主知识产权嘛。

在这儿简单做个记录。

正文

https://sailsjs.com/

安装 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

https://github.com/Unitech/pm2

https://github.com/vercel/ncc