Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
@layerr/bus is a library to create a message bus layer in your application. It is completely configurable using middleware. Just imagine your next message 🚌
Using @layerr/bus you can create a command bus, a query bus or a generic message bus. Use it if:
you're using the CQRS pattern. Read the .
you simply want to introduce a separation layer between business login and presentation in your application.
you need a powerful design to extend a set of classes that represents an action.