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·14 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

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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.

Which projects share features with mayuanyang/mediator.net?

Projects with overlapping indexed features 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.

Projects sharing features with Mediator.Net

These projects share indexed features with Mediator.Net. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 18 related projects→