2.1.0 • Published 4 years ago

@random-guys/eventbus v2.1.0

Weekly downloads
45
License
ISC
Repository
-
Last release
4 years ago

Event Bus

CircleCI

A very simple wrapper around amqp.node that uses AMQP Messaging for service communication.

Danfo

Event Bus (should have named it Danfo tbh) is a wrapper around the Node.js RabbitMQ library amqp.node

To Use

yarn add @random-guys/eventbus or npm install @random-guys/eventbus

Integration test

docker-compose up

TODO

  • Improve tests
  • Write docs
  • Make library more extensible?