What's the most efficient node.js inter-process communication library/method?

Viewed 54749

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

6 Answers
Related