node.js - share sockets between processes

后端 未结 2 493
醉酒成梦
醉酒成梦 2021-01-03 00:05

I´ve read that it´s possible to share sockets between processes. Is this also possible in Node.js?

I saw the cluster api in node.js, but that´s not what I´m looking

2条回答
  •  没有蜡笔的小新
    2021-01-03 00:07

    You probably want to take a look at hook.io

    hook.io is a distributed EventEmitter built on node.js. In addition to providing a minimalistic event framework, hook.io also provides a rich network of hook libraries for managing all sorts of input and output.

提交回复
热议问题