Node.js - Child Processes
Which module must be imported to use the
fork method in Node.js?fork method in Node.js?The fork method is part of the child_process module in Node.js.
The cluster module is related but does not provide fork directly; process and os do not provide fork.
fork module = child_process [OK]
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions