A simple mediator for .Net for sending command, publishing event and request response with pipelines supported
The main features of mayuanyang/mediator.net are: Messaging and Queuing, Messaging and Patterns.
Open-source alternatives to mayuanyang/mediator.net include: jbogard/mediatr — MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that… floci-io/floci — Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications… easynetq/easynetq — An easy to use .NET API for RabbitMQ. eventstore/eventstore — KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores… exceptionless/foundatio — Pluggable foundation blocks for building distributed apps. eventflow/eventflow — Async/await first CQRS+ES and DDD framework for .NET.
MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that decouples senders and receivers by routing messages through a central dispatcher. It enables the transmission of requests and notifications between different components within a single application process. The framework provides a pipeline behavior system that allows for the interception and processing of messages through a sequence of custom behaviors. This architecture is used to implement cross-cutting concerns, such as logging or validation, across multiple handlers. The library
Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm
An easy to use .NET API for RabbitMQ
Async/await first CQRS+ES and DDD framework for .NET