1 min readOct 3, 2018
Yes pm2 has cluster mode and we can use it, but if you want to run your Node.js app in different servers you will need NGINX `upstream` feature to distribute requests between that servers.
Yes pm2 has cluster mode and we can use it, but if you want to run your Node.js app in different servers you will need NGINX `upstream` feature to distribute requests between that servers.