Question - Difference between the cluster and child_process modules?
Answer -
A cluster is when one master program is running two or more nodes at a single running time.
A child process simply starts a new script on the system, it is quite similar to the cluster but in a different language.