backendBy Zahid Khan

What is cluster in node js?

Node js is single thread it allow us to create multiple worker processes to utilize CPU cores. It helps to improve the performance and handle more concurrent requests by running multiple instance of the application on same machine.
#nodejs