S
S
sevmax2015-01-28 08:41:58
Node.js
sevmax, 2015-01-28 08:41:58

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

3 answer(s)
Y
Yuri Shikanov, 2015-01-28
@dizballanze

supervisord + built-in cluster + nginx module for balancing between different servers.

P
pomeo, 2015-01-28
@pomeo

docs.strongloop.com/display/public/SLC/Application...

F
Fedor Indutny, 2015-01-31
@donnerjack13589

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 question

Ask a Question

731 491 924 answers to any question