pm2管理node

一般直接npm start起的退出命令行就没了,node后台管理工具pm2目前比较流行。

npm install -g pm2

pm2 list

pm2 start bin/www --name demo

pm2 show demo

pm2 logs demo

更多命令查看手册。

posted on 2018-12-14 09:31  willaty  阅读(105)  评论(0编辑  收藏  举报

导航