A capability supported by some operating systems that allows one process to communicate with another process.
At the moment, I am using EventEmitter2 as a message bus inside my application, and I really like it. Anyway, …
node.js ipc message-queue interprocess