awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesMessaging and Patterns

Libraries for implementing mediator and event-driven patterns.

Explore 4 awesome GitHub repositories matching part of an awesome list · Messaging and Patterns. Refine with filters or upvote what's useful.

Awesome Messaging and Patterns GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • 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

    Simple mediator implementation for .NET applications.

    C#
    Ver en GitHub↗11,841
  • eventflow/eventflowAvatar de eventflow

    eventflow/EventFlow

    2,562Ver en GitHub↗

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

    CQRS and event sourcing framework for .NET.

    C#async-awaitc-sharpcqrs
    Ver en GitHub↗2,562
  • mayuanyang/mediator.netAvatar de mayuanyang

    mayuanyang/Mediator.Net

    529Ver en GitHub↗

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

    Mediator for commands, events, and request-response pipelines.

    C#
    Ver en GitHub↗529
  • 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.

    In-process mediator for command query separation.

    C#
    Ver en GitHub↗228
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Messaging and Patterns