1.0.0 • Published 3 years ago

api-eventbus v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

README

What is this package for?

  • this package will provide use some utility functions to work with message brokers like rabbitmq . its aim is to minimise the time and config needed to setup a event bus in a microsrvice .

How do I get set up?

  • for setting up the project all you need to do is to initialize the desired event bus utility in the begining of your application to setup the connection with the messaging service like rabbitmq . then you can setup your consumers to listen to the incoming events and grab them and process them if you wish . you can also simply use the producers anywhere using the utilities of the package . the package is just the simplified version of the tools needed for setting up a event bus utility in your application.

how to run tests?

  • for running tests just simply run npm run test and it will run the tests for all utilities at once .
1.0.0

3 years ago