Top "Interprocess" questions

A capability supported by some operating systems that allows one process to communicate with another process.

Inter-process event emitter for Node.js?

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