shlomiassaf / pebula-node

A collection of libraries for node
MIT License
6 stars 7 forks source link

Expands docs about CQRS #3

Closed unsafecode closed 5 months ago

unsafecode commented 3 years ago

Docs state:

The reactive handler pattern works great with the @nestjs/cqrs module 
and in general most of the event driven designs out there. You can easily 
implement event sourcing with it.

Would it be possible to provide an example?