All Talks

RabbitMQ and PM2 in Node.js for managing Multiple Processes

Talk recording from Amsterdam JSNation Conference 2019 https://jsnation.com

RabbitMQ and PM2 in Node.js for managing Multiple Processes

As Node.js is single threaded. This is why you can’t take full advantage of multiple core machines unless you use the cluster module or a process manager like PM2.

We moved our application from the cluster module to PM2 & RabbitMQ. This talk will cover the Why/What/How we made this migration.

You might be interested in: