child process
- process
messageevent: If the Node.js process is spawned with an IPC channel, themessageevent is emitted whenever a message sent by a parent process usingchildprocess.send()is received by the child process.parant -> child -> trigger - child process
messageevent: The 'message' event is triggered when a child process usesprocess.send()to send messages.child -> parent -> trigger