nodejs pm2使用

pm2特點 1.簡單方便,部署快。 2.解決nodejs單線程缺點 3.完善的日誌 pm2安裝及使用 1.安裝 npm install -g pm2 2.啓動 查看版本 pm2 start app.js      ps: app.js 爲服務器的名稱 3.查看版本 pm2 -v 4.查看啓動的列表  pm2 list 5.關閉 pm2 stop  id|name 6.pm2 show server
相關文章
相關標籤/搜索