pm2
1.1、pm2简介
是什么 ?:a production Process Manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks.
开发语言:Node.js
官方主页:http://pm2.keymetrics.io
源码仓库:https://github.com/Unitech/pm2
1.2、通过包管理器安装pm2
包管理器安装命令
npmnpm install -g pm2
yarnyarn global add pm2
1.3、pm2命令