https://github.com/random-guys/eventbus
an opinionated + declarative wrapper over the amqp node.js client 🚌
https://github.com/random-guys/eventbus
amqp amqp-message lib library
Last synced: 6 months ago
JSON representation
an opinionated + declarative wrapper over the amqp node.js client 🚌
- Host: GitHub
- URL: https://github.com/random-guys/eventbus
- Owner: random-guys
- Created: 2019-01-24T02:31:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:53:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T21:37:46.109Z (8 months ago)
- Topics: amqp, amqp-message, lib, library
- Language: TypeScript
- Homepage:
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Bus
[](https://circleci.com/gh/random-guys/eventbus)
A very simple wrapper around [amqp.node](https://github.com/squaremo/amqp.node) that uses AMQP Messaging for service communication.

Event Bus (should have named it _Danfo_ tbh) is a wrapper around the Node.js RabbitMQ library [amqp.node](https://github.com/squaremo/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?