Introduction to RabbitMQ with Nodejs

Asynchronous communication for event driven services

Udara Bibile
Level Up Coding
Published in
8 min readDec 28, 2021

--

Synchronous and Asynchronous communication

In a complex ecosystem involving multiple services, there is a requirement for communication between services. However, there are two different modes of communication, namely synchronous and asynchronous communication.

--

--