Async/await first CQRS+ES and DDD framework for .NET
الميزات الرئيسية لـ eventflow/eventflow هي: Application Frameworks, Frameworks and Libraries, Messaging and Patterns.
تشمل البدائل مفتوحة المصدر لـ eventflow/eventflow: 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.
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
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
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