A lightweight message bus interface for .NET. The goal of this library is to introduce a slim facade for messaging brokers. Use one of the transport providers for in-process (in-memory), Apache Kafka or Azure Service Bus messaging.
$ dotnet add package SlimMessageBus.HostSlimMessageBus is a lightweight and extensible message bus framework for .NET, designed to simplify working with message brokers and in-process messaging.
It supports a variety of transport providers and offers built-in patterns like publish/subscribe and request/response over queues.
For full documentation and examples, visit the GitHub repository.