$ dotnet add package EventFlow
EventFlow is a basic CQRS+ES framework designed to be easy to use.
Have a look at our getting started guide, the do’s and don’ts and the FAQ.
Alternatively, join our Discord server to engage with the community.
- Easy to use: Designed with sensible defaults and implementations that make it easy to create an example application
- Highly configurable and extendable: EventFlow uses interfaces for every part of its core, making it easy to replace or extend existing features with custom implementation
- No use of threads or background workers
- MIT licensed Easy to understand and use license for enterprise