Installing
Remit relies on RabbitMQ to be the glue between your microservices. They also provide easy instructions for installing RabbitMQ on a multitude of platforms. Here, we’ll assume you’re running on a MacOS and install it locally using brew.
Next, in whatever Node project you’re running, use npm
, yarn
or a similar package manager to install Remit:
Done!
Next: Simple example