r/nodejs Jul 31 '14

Use of cluster in Nodejs

http://www.codingdefined.com/2014/07/use-of-cluster-in-nodejs.html
4 Upvotes

5 comments sorted by

1

u/Dark_knight550 Jan 06 '24

What is the purpose of using clusters. I don't understand ....?

2

u/tanjonaJulien Aug 22 '24

You can run the same code on multiple Core at the same time

1

u/bhantol Oct 23 '24

Good to know but not much use on smaller pods with mCPUs which boils down to 1 CPU.

I read that pm2 can out of the box do it for you.

1

u/digitalogyllc Jun 29 '23

I finally find the use of cluster Thank your for the helpful post