We have few node.js processes that should be able to pass messages, What's the most efficient way doing that? How about using node_redis pub/sub
EDIT: the processes might run on different machines
We have few node.js processes that should be able to pass messages, What's the most efficient way doing that? How about using node_redis pub/sub
EDIT: the processes might run on different machines