EventBuss is a lightweight, high-performance in-process messaging library for .NET. It simplifies the mediator pattern with System.Threading.Channels for fast event publishing and handling. As a simpler MediatR alternative, it cleanly supports CQRS and event-driven designs without complex pipelines.
events cqrs messaging channels event-driven event-handling request-response-processing request-response in-process-messaging
-
Updated
Jun 27, 2025 - C#