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
·
eventflow avatar

eventflow/EventFlow

0
View on GitHub↗
2,562 stars·467 forks·C#·9 viewsgeteventflow.net↗

EventFlow

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

Features

  • Application Frameworks - CQRS, event sourcing, and DDD framework.
  • Frameworks and Libraries - Async-first CQRS and DDD framework for .NET.
  • Messaging and Patterns - CQRS and event sourcing framework for .NET.

Star history

Star history chart for eventflow/eventflowStar history chart for eventflow/eventflow

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

Open-source alternatives to EventFlow

Similar open-source projects, ranked by how many features they share with EventFlow.
  • jeyjeyemem/xer.cqrsjeyjeyemem avatar

    jeyjeyemem/Xer.Cqrs

    103View on GitHub↗

    A lightweight and easy-to-use CQRS DDD library

    C#
    View on GitHub↗103
  • masstransit/masstransitMassTransit avatar

    MassTransit/MassTransit

    7,760View on GitHub↗

    MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building distributed systems. It serves as an enterprise service bus implementation that handles the routing, transformation, and delivery of messages between decoupled services. The framework provides a message broker abstraction layer, which decouples application code from specific messaging infrastructure such as RabbitMQ, Azure Service Bus, or Amazon SQS. It supports event-driven architecture and asynchronous microservices communication to improve system scalability and availability. T

    C#azure-service-busc-sharpdotnet
    View on GitHub↗7,760
  • 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
  • nwjs/nw.jsnwjs avatar

    nwjs/nw.js

    41,183View on GitHub↗

    nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build standalone software for Windows, macOS, and Linux. It serves as a cross-platform desktop runtime that allows developers to create native executables using web technologies. The project is distinguished by its integration layer that exposes Node.js system APIs and modules directly to the browser window and web worker contexts. It functions as a native module bridge, enabling the compilation and execution of low-level C++ system code and native addons within a web-based applica

    JavaScriptdesktopjavascriptnode-webkit
    View on GitHub↗41,183
See all 30 alternatives to EventFlow→

Frequently asked questions

What does eventflow/eventflow do?

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

What are the main features of eventflow/eventflow?

The main features of eventflow/eventflow are: Application Frameworks, Frameworks and Libraries, Messaging and Patterns.

What are some open-source alternatives to eventflow/eventflow?

Open-source alternatives to eventflow/eventflow include: masstransit/masstransit — MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building… volak/aggregates.net — .NET event sourced domain driven design model via NServiceBus and GetEventStore. jbogard/mediatr — MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that… jeyjeyemem/xer.cqrs — A lightweight and easy-to-use CQRS + DDD library. nwjs/nw.js — nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build… alekrutkowski/autoshiny — R package for an automatic transformation of an R function into a Shiny app.