Hi,
I wanted to inquire whether it's possible to run my app.js multiple clusters like so:
app.js Cluster1 port 80
….
app.js Cluster2 port 81
….
app.js Cluster 3 port 82
….
app.js Cluster 4 port 83
My hosting provider, Rackspace, has advised me to try to set up this way.
Is this possible to do this under pm2 and have my app.js be running multiple clusters under different ports?
Thanks in advance for your help.