我有一个我正在研究的应用程序需要在多个核心之间同步一个计时器(使用集群). 有没有一种高效可靠的方式可以在核心之间进行通信?我看过Redis,但这似乎更适合客户端/服务器通信.我
有没有一种高效可靠的方式可以在核心之间进行通信?我看过Redis,但这似乎更适合客户端/服务器通信.我很感激任何建议.
谢谢,
你需要看看 hook.io:hook.io creates a distributed node.js EventEmitter that works
cross-process / cross-platform / cross-browser. Think of it like a real-time event bus that works anywhere JavaScript is supported.