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
litenova avatar

litenova/LiteBus

0
View on GitHub↗
228 stars·16 forks·C#·MIT·8 views

LiteBus

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

Features

  • Messaging and Patterns - In-process mediator for command query separation.

Star history

Star history chart for litenova/litebusStar history chart for litenova/litebus

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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 litenova/litebus do?

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

What are the main features of litenova/litebus?

The main features of litenova/litebus are: Messaging and Patterns.

What are some open-source alternatives to litenova/litebus?

Open-source alternatives to litenova/litebus include: eventflow/eventflow — Async/await first CQRS+ES and DDD framework for .NET. jbogard/mediatr — MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that… mayuanyang/mediator.net — A simple mediator for .Net for sending command, publishing event and request response with pipelines supported.

Open-source alternatives to LiteBus

Similar open-source projects, ranked by how many features they share with LiteBus.
  • 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
  • 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
  • mayuanyang/mediator.netmayuanyang avatar

    mayuanyang/Mediator.Net

    529View on GitHub↗

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

    C#
    View on GitHub↗529