Skip to content

bean-la/rabbitmq-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ implementation using NodeJS (amqplib) and TypeScript

Simple application template to use RabbitMQ with TypeScript.

Running

  • Environment variable RABBITMQ_ADDRESS should set your RabbitMQ address.
  • By default, it'll use 'amqp://guest:guest@localhost:5672'

Development

npm i 
npm run watch

About

RabbitMQ producer/consumer templete using NodeJS and Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%