Using Node.js servers, I am wondering if it is both possible and recommended to send an HTTP response from a delegated worker process, instead of the main process. These worker processes could be Node.js servers themselves, or simply Node.js child processes that communicate via IPC.Using Node.js servers, I am wondering if it is