在服务器端安装pm2
npm install npm2 -g --save
之后再项目目录下运行
pm2 start app.js
在查看进程,是否已经启动
pm2 list
多个项目,我们只要监听端口,让nginx去转发
在conf文件目录下在建一个.conf文件,写上配置文件即可