Remit documentation

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.

brew install rabbitmq
brew services start rabbitmq

Next, in whatever Node project you’re running, use npm, yarn or a similar package manager to install Remit:

npm install @jpwilliams/remit --save

Done!

Next: Simple example