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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eventflow avatar

eventflow/EventFlow

0
View on GitHub↗
2,562 Stars·467 Forks·C#·10 Aufrufegeteventflow.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-Verlauf

Star-Verlauf für eventflow/eventflowStar-Verlauf für eventflow/eventflow

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu EventFlow

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit EventFlow.
  • jeyjeyemem/xer.cqrsAvatar von jeyjeyemem

    jeyjeyemem/Xer.Cqrs

    103Auf GitHub ansehen↗

    A lightweight and easy-to-use CQRS DDD library

    C#
    Auf GitHub ansehen↗103
  • masstransit/masstransitAvatar von MassTransit

    MassTransit/MassTransit

    7,760Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,760
  • jbogard/mediatrAvatar von jbogard

    jbogard/MediatR

    11,841Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗11,841
  • nwjs/nw.jsAvatar von nwjs

    nwjs/nw.js

    41,183Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗41,183
Alle 30 Alternativen zu EventFlow anzeigen→

Häufig gestellte Fragen

Was macht eventflow/eventflow?

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

Was sind die Hauptfunktionen von eventflow/eventflow?

Die Hauptfunktionen von eventflow/eventflow sind: Application Frameworks, Frameworks and Libraries, Messaging and Patterns.

Welche Open-Source-Alternativen gibt es zu eventflow/eventflow?

Open-Source-Alternativen zu eventflow/eventflow sind unter anderem: 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.