awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mayuanyang avatar

mayuanyang/Mediator.Net

0
View on GitHub↗
529 stars·52 forks·C#·Apache-2.0·3 views

Mediator.Net

A simple mediator for .Net for sending command, publishing event and request response with pipelines supported

Features

  • Messaging and Queuing - Mediator with pipeline support for commands and events.
  • Messaging and Patterns - Mediator for commands, events, and request-response pipelines.

Star history

Star history chart for mayuanyang/mediator.netStar history chart for mayuanyang/mediator.net

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mayuanyang/mediator.net do?

A simple mediator for .Net for sending command, publishing event and request response with pipelines supported

What are the main features of mayuanyang/mediator.net?

The main features of mayuanyang/mediator.net are: Messaging and Queuing, Messaging and Patterns.

What are some open-source alternatives to mayuanyang/mediator.net?

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.

Open-source alternatives to Mediator.Net

Similar open-source projects, ranked by how many features they share with Mediator.Net.
  • jbogard/mediatrjbogard avatar

    jbogard/MediatR

    11,841View on GitHub↗

    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

    C#
    View on GitHub↗11,841
  • floci-io/flocifloci-io avatar

    floci-io/floci

    14,168View on GitHub↗

    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

    Javaawsaws-emulationdevops
    View on GitHub↗14,168
  • easynetq/easynetqEasyNetQ avatar

    EasyNetQ/EasyNetQ

    3,057View on GitHub↗

    An easy to use .NET API for RabbitMQ

    C#dotnetdotnet-coremessaging
    View on GitHub↗3,057
  • eventflow/eventfloweventflow avatar

    eventflow/EventFlow

    2,562View on GitHub↗

    Async/await first CQRS+ES and DDD framework for .NET

    C#async-awaitc-sharpcqrs
    View on GitHub↗2,562
  • See all 18 alternatives to Mediator.Net→