What is Child Process and Cluster? What are the difference?
Answer / Mohammad Jafar
Child Process is a built-in module in Node.js that allows you to create new independent processes (child processes) from the current one. Cluster, on the other hand, is a module that provides support for executing and managing multiple instances of your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does node.js supports cryptography?
What are callback functions in node js?
What are globals in node.js?
What is the use of express js?
What are “Streams” in Node.JS?
What is Node.js?
What is node.js process?
Does uber use node.js?
Why node js is faster than php?
What is the meaning of tilde and caret in package.json?
What do you mean by the term i/o in node.js?
What is a node process?