2018-09-20 [Nodejs] 透過 pm2 啟動 nodejs 125 0 Nodejs 相關連結 npm github official 透過pm2我們可以透過簡單的指令「pm2 start -i 7 --name server index.js」啟用cluster不用撰寫程式 其中 -i 7 代表 cluster 的數量 Nodejs 回首頁