Clustering In NodeJs
We all have multiple CPUs in our machines and the Node js server uses only one of them. If we want to scale out the node js application and minimize the load balancing here comes the clustering under play.
Node. js is known to be a single-threaded ru...
edunode.hashnode.dev3 min read