Multiprocessing in NodeJs
A single instance of Node runs in a single thread. To take advantage of multi core systems the user will sometimes want to launch a cluster of Node processes to handle the load. The cluster module allows you to easily create a network of processes th...
dhanushnehru.hashnode.dev3 min read