Heroku can work
Web dynos
and
Working speakers
for Web Dynos to route
and the working Worker Dynos will do the processing work.
Since there is a Dyno unit ,
It seems that using the Node.js cluster module does not make sense to me on Heroku.
Since the Node.js cluster module must use all server processor cores
and Dyno seems to me a virtual unit of the processor core.
I'm right? Or is it worth it to run a Node.js application with a cluster module?
source
share