Node.js - Child Processes
Which of the following best describes the role of the
fork method in Node.js?fork method in Node.js?forkfork method in Node.js is used to create a new child process that runs a separate Node.js instance.fork sets up an IPC (inter-process communication) channel allowing message exchange between parent and child.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions