Skip to content

Latest commit

History

History
15 lines (12 loc) 路 386 Bytes

README.md

File metadata and controls

15 lines (12 loc) 路 386 Bytes

NodeRabbit

Playing around with MQRabbit in Node.js.

Diagram

Project Installation

  • Clone the project
  • yarn install
  • node index.js or nodemon in the directory of a service

RabitMQ Installation

You can run the default configuration of RabbitMQ in Docker

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management