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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mayuanyang/mediator.net

Open-source alternatives to Mediator.Net

18 open-source projects similar to mayuanyang/mediator.net, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mediator.Net alternative.

  • jbogard/mediatrAvatar de jbogard

    jbogard/MediatR

    11,841Ver en 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#
    Ver en GitHub↗11,841
  • floci-io/flociAvatar de floci-io

    floci-io/floci

    14,168Ver en 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
    Ver en GitHub↗14,168
  • easynetq/easynetqAvatar de EasyNetQ

    EasyNetQ/EasyNetQ

    3,057Ver en GitHub↗

    An easy to use .NET API for RabbitMQ

    C#dotnetdotnet-coremessaging
    Ver en GitHub↗3,057
  • eventflow/eventflowAvatar de eventflow

    eventflow/EventFlow

    2,562Ver en GitHub↗

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

    C#async-awaitc-sharpcqrs
    Ver en GitHub↗2,562

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • eventstore/eventstoreAvatar de EventStore

    EventStore/EventStore

    5,809Ver en GitHub↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores application state as an immutable, ordered sequence of events rather than updating rows in place, preserving full history for audit, replay, and distributed consistency. The database combines event storage with real-time streaming and a built-in JavaScript projection engine that transforms and aggregates event streams into materialized views. The system provides official gRPC client libraries for Python, Node.js, Java, .NET, Go, and Rust, enabling multi-language application development

    C#
    Ver en GitHub↗5,809
  • exceptionless/foundatioAvatar de exceptionless

    exceptionless/Foundatio

    2,088Ver en GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    Ver en GitHub↗2,088
  • jbogard/mediatr.extensions.microsoft.dependencyinjectionAvatar de jbogard

    jbogard/MediatR.Extensions.Microsoft.DependencyInjection

    327Ver en GitHub↗

    MediatR extensions for Microsoft.Extensions.DependencyInjection

    C#
    Ver en GitHub↗327
  • lavinski/enexure.microbusAvatar de Lavinski

    Lavinski/Enexure.MicroBus

    211Ver en GitHub↗

    MicroBus is a simple in process Mediator for .NET

    C#
    Ver en GitHub↗211
  • litenova/litebusAvatar de litenova

    litenova/LiteBus

    228Ver en GitHub↗

    In-process .NET mediator for CQS and DDD with first-class commands, queries, and events, a typed handler pipeline, and durable messaging.

    C#
    Ver en GitHub↗228
  • opencqrs/opencqrsAvatar de OpenCQRS

    OpenCQRS/OpenCQRS

    25Ver en GitHub↗

    .NET framework for DDD, CQRS and Event Sourcing.

    C#
    Ver en GitHub↗25
  • pardahlman/rawrabbitAvatar de pardahlman

    pardahlman/RawRabbit

    743Ver en GitHub↗

    A modern .NET framework for communication over RabbitMq

    C#
    Ver en GitHub↗743
  • particular/nservicebusAvatar de Particular

    Particular/NServiceBus

    2,165Ver en GitHub↗

    The gold standard for async .NET microservices on Azure, AWS and on-prem

    C#c-sharpdistributed-systemsmessaging
    Ver en GitHub↗2,165
  • rabbitmq/rabbitmq-dotnet-clientAvatar de rabbitmq

    rabbitmq/rabbitmq-dotnet-client

    2,255Ver en GitHub↗
    C#c-sharpdotnetdotnet-core
    Ver en GitHub↗2,255
  • rebus-org/rebusAvatar de rebus-org

    rebus-org/Rebus

    2,640Ver en GitHub↗

    :bus: Simple and lean service bus implementation for .NET

    C#c-sharpmessage-busmessage-queue
    Ver en GitHub↗2,640
  • turgayozgur/tossitAvatar de turgayozgur

    turgayozgur/tossit

    61Ver en GitHub↗

    Library for distributed job/worker logic.

    C#
    Ver en GitHub↗61
  • beagle1984/silverbackAvatar de BEagle1984

    BEagle1984/silverback

    282Ver en GitHub↗

    Silverback is a message bus and broker integration library for .NET. It is designed to simplify event-driven architectures and asynchronous messaging, with first-class support for Apache Kafka and MQTT.

    C#
    Ver en GitHub↗282
  • zeromq/netmqAvatar de zeromq

    zeromq/netmq

    3,165Ver en GitHub↗

    A 100% native C# implementation of ZeroMQ for .NET

    C#dotnetdotnet-coremessaging
    Ver en GitHub↗3,165
  • chkr1011/mqttnetAvatar de chkr1011

    chkr1011/MQTTnet

    5,011Ver en GitHub↗

    MQTTnet is a .NET library providing a framework for implementing MQTT clients and brokers. It includes a broker implementation for hosting a central message hub that routes messages between connected clients and a client library for publishing and subscribing to messages. The project supports both TCP and WebSocket transport layers, enabling secure data traffic through transport layer security. It allows for the development of custom middleware to intercept, transform, or validate messages as they pass through a server. Capability areas include distributed message routing, persistent connect

    C#
    Ver en GitHub↗5,011