Skip to content

CodeVsk/CodeVsk_RabbitMQ_Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ and Node.js

Publisher & Consumer examples using RabbitMQ with Express.

Authors

Technologies

Back-end: Express, Typescript

Messaging:: RabbitMQ

Test: Jest

Run project in localhost

Clone project

  git clone https://github.com/CodeVsk/CodeVsk_RabbitMQ_Node.git

Enter in project directorie

  cd CodeVsk_RabbitMQ_Node

Download image RabbitMQ and up docker container

  docker-compose up -d

Run the consumer from the queue (make sure you install the dependencies first)

  cd consumer | npm run dev

Run the test to populate the queue (make sure you install the dependencies first)

  cd producer | npm test

Reference

About

Event communication example using RabbitMQ, Express, Jest and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors