Answer the question
In order to leave comments, you need to log in
What to choose for node.js clustering?
Advise what to choose for clustering node.js processes in order to utilize all available cores.
Looked at PM2 but this module requires node.js 0.11.14 which is not stable.
Now we are thinking about using supervisord with node.js + haproxy.
Tell us what you use in production for node.js clustering.
Thank you!
Answer the question
In order to leave comments, you need to log in
supervisord + built-in cluster + nginx module for balancing between different servers.
Or you can just install io.js and use the "correct" clustering out of the box. ;)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question