Performance of Inter-process Communications in Node.js
Alexandr ShuvaevNovember 16, 2016 10:00 PM
In this post results of performance tests of different flavors of inter-process communication in NodeJS are presented. In particular, the following options are tested: Redis Pub/Sub vs ChildProcess.send vs tcp sockets vs unix sockets