Improving Node.js Server Efficiency with PM2 and Cluster
You can find the Chinese version at 使用 pm2 啟動 Node.js cluster 以提升效能. PM2 is a useful tool to manage Node.js processes, which allows us to set up the Node.js cluster to utilize the CPUs. In this post, I will introduce what PM2 is and why it is essent...
Nov 28, 20174 min read192
