A .NET Standard message bus library that is extensible for simple needs.
See demo project for now.
- Projects getting into event based architecture may have a harder time justifying NServiceBus and want to get started. Should be easy refactor and transition to NServiceBus when the time is right.
- More simple projects that only requires simple, common messaging patterns.
- Azure Service Bus
- PubSub Pattern
- Command Message
- Microsoft.Extensions.DependencyInjection
- .NET Core 2.0
- ??
Feel free to reach out to contribute.