标签: node.js asynchronous npm ipc
我需要使用IPC(进程间通信)在master和worker之间实现请求/响应。
此解决方案必须是异步的:在我们等待工作人员的响应时没有任何阻塞。
npm包中有没有很好的解决方案?
答案 0 :(得分:0)
我找到了很棒的软件包 cluster-hub https://www.npmjs.com/package/cluster-hub