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
Back to eventflow/eventflow

Open-source alternatives to EventFlow

30 open-source projects similar to eventflow/eventflow, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best EventFlow alternative.

  • 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
  • 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
  • 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

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • volak/aggregates.netvolak avatar

    volak/Aggregates.NET

    441View on GitHub↗

    .NET event sourced domain driven design model via NServiceBus and GetEventStore

    C#
    View on GitHub↗441
  • alex20465/flowbjectalex20465 avatar

    alex20465/flowbject

    13View on GitHub↗

    Flowbject is a high-level library whose aim is to help with writing state-machine flows. The concept is based on Amazon-State-Language.

    TypeScript
    View on GitHub↗13
  • alekrutkowski/autoshinyalekrutkowski avatar

    alekrutkowski/autoshiny

    26View on GitHub↗

    R package for an automatic transformation of an R function into a Shiny app

    R
    View on GitHub↗26
  • adaptiveconsulting/aeron.netAdaptiveConsulting avatar

    AdaptiveConsulting/Aeron.NET

    518View on GitHub↗

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron

    C#
    View on GitHub↗518
  • anandgupta193/react-enterprise-starter-kitanandgupta193 avatar

    anandgupta193/react-enterprise-starter-kit

    98View on GitHub↗

    Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. :fire:

    JavaScript
    View on GitHub↗98
  • aloisdg/ether.networkaloisdg avatar

    aloisdg/Ether.Network

    12View on GitHub↗

    Ether.Network is a basic library to make quickly a simple server or client using sockets.

    C#
    View on GitHub↗12
  • andrelmlins/create-react-dependencyandrelmlins avatar

    andrelmlins/create-react-dependency

    25View on GitHub↗

    Project similar to the Create React App for libraries and dependencies

    JavaScript
    View on GitHub↗25
  • antonbabenko/serverless.tfantonbabenko avatar

    antonbabenko/serverless.tf

    879View on GitHub↗

    This repository / serverless.tf framework aims to provide information, solutions, and tools for building, deploying, and managing serverless applications and infrastructure using Terraform.

    View on GitHub↗879
  • apache/grails-coreA

    apache/grails-core

    2,917View on GitHub↗

    SPDX-License-Identifier: Apache-2.0

    Groovy
    View on GitHub↗2,917
  • appercode/appercode.uiframeworkAppercode avatar

    Appercode/Appercode.UIFramework

    16View on GitHub↗

    Appercode UI Framework brings Windows Phone UI Object Model to iOS and Android.

    C#
    View on GitHub↗16
  • akkadotnet/akka.netakkadotnet avatar

    akkadotnet/akka.net

    5,023View on GitHub↗

    Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a distributed computing platform and state manager that enables isolated actors to communicate via asynchronous message passing, ensuring thread-safe state management without manual locks. The project is distinguished by its decentralized coordination capabilities, including a distributed state manager that uses sharding and dynamic rebalancing to maintain high availability. It incorporates an event sourcing engine that persists state as a sequence of events in an append-only log an

    C#actoractor-modelakka
    View on GitHub↗5,023
  • aspnetboilerplate/aspnetboilerplateaspnetboilerplate avatar

    aspnetboilerplate/aspnetboilerplate

    11,984View on GitHub↗

    This project is an application framework and boilerplate for enterprise web applications based on ASP.NET Core. It provides a foundation for building large-scale business applications by implementing a domain-driven design framework that organizes application logic into decoupled layers and modules. The framework distinguishes itself through built-in support for multi-tenant software-as-a-service architectures, providing primitives for data, configuration, and interface isolation for multiple customers within a single instance. It also includes an integrated identity management system featuri

    C#abparchitectureaspnet
    View on GitHub↗11,984
  • aregtech/areg-sdkaregtech avatar

    aregtech/areg-sdk

    352View on GitHub↗

    Distributed C++ services from embedded to enterprise

    C++cppcross-platformdistributed-systems
    View on GitHub↗352
  • alibaba/flutter-goalibaba avatar

    alibaba/flutter-go

    23,668View on GitHub↗

    flutter-go is a cross-platform UI framework and kit designed for building mobile and desktop applications using a Go backend and a Flutter frontend. It provides a communication bridge that enables Go functions to be executed from Dart code via a C-ABI foreign function interface. The project includes a Flutter UI component library and a frontend design gallery. These resources provide pre-designed interface patterns, reusable widgets, and interaction demos to assist with rapid application prototyping and consistent interface design across different operating systems. The framework covers nati

    Dart
    View on GitHub↗23,668
  • astarte-platform/astarteastarte-platform avatar

    astarte-platform/astarte

    271View on GitHub↗

    Core Astarte Repository

    Elixir
    View on GitHub↗271
  • asynkronit/protoactor-dotnetAsynkronIT avatar

    AsynkronIT/protoactor-dotnet

    1,889View on GitHub↗

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

    C#
    View on GitHub↗1,889
  • awslabs/aws-sam-localawslabs avatar

    awslabs/aws-sam-local

    6,734View on GitHub↗

    aws-sam-local is a Docker-based emulator used for running and debugging AWS Lambda functions and API Gateway configurations on a local machine. It provides a local execution environment that mimics the AWS Lambda runtime, allowing for the verification of function code and serverless application mocks before cloud deployment. The project utilizes a runtime orchestrator to manage ephemeral containers, replicating the isolated execution environment of cloud functions. It includes a serverless API gateway simulator and event mocking tools to synthesize payloads from sources such as Kafka and othe

    Python
    View on GitHub↗6,734
  • awslabs/chaliceawslabs avatar

    awslabs/chalice

    11,062View on GitHub↗

    Chalice is a Python development framework for building and deploying serverless applications and REST APIs on AWS. It functions as a microservice tool that automates the deployment of code and infrastructure to AWS Lambda and orchestrates AWS API Gateway to route HTTP requests to specific serverless functions. The framework features an automated system that analyzes source code to generate the minimum required identity and access management permissions. It also provides a command line interface to manage the complete application lifecycle, from project creation and deployment to the removal o

    Python
    View on GitHub↗11,062
  • azure/dotnettyAzure avatar

    Azure/DotNetty

    4,238View on GitHub↗

    DotNetty is an asynchronous network framework and event-driven networking library for .NET. It is a port of the Netty architecture designed for building high-performance protocol servers and clients. The framework enables the development of network applications that handle concurrent connections and high-throughput data streaming without blocking execution threads. It supports the implementation of custom network protocols through defined encoding and decoding rules. The library utilizes a pipeline-based processing model and non-blocking I/O to manage network traffic. Its architecture incorp

    C#networkingprotocols
    View on GitHub↗4,238
  • bitloops/bitloops-languagebitloops avatar

    bitloops/bitloops-language

    358View on GitHub↗

    Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don't forget to star! :star: ^^^

    TypeScript
    View on GitHub↗358
  • bitwise-0x/homebridge-blink-securityBitWise-0x avatar

    BitWise-0x/homebridge-blink-security

    7View on GitHub↗

    Blink camera integration for Homebridge

    TypeScript
    View on GitHub↗7
  • bitwise-0x/homebridge-smartrentBitWise-0x avatar

    BitWise-0x/homebridge-smartrent

    3View on GitHub↗

    SmartRent integration for HomeBridge

    TypeScript
    View on GitHub↗3
  • bloomberg/bdebloomberg avatar

    bloomberg/bde

    1,820View on GitHub↗

    Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

    C++allocatorscppcpp-library
    View on GitHub↗1,820
  • bristolmyerssquibb/blockr.coreBristolMyersSquibb avatar

    BristolMyersSquibb/blockr.core

    15View on GitHub↗

    blockr is a framework for data analysis, using a web-based point and click user interface. Use blockr to create web apps that perform visual programming, leveraging the power of R.

    R
    View on GitHub↗15
  • brocoders/extensive-react-boilerplatebrocoders avatar

    brocoders/extensive-react-boilerplate

    508View on GitHub↗

    Extensive React Boilerplate: ✔️NextJS ✔️Auth ✔️I18N ✔️MUI ✔️Forms

    TypeScript
    View on GitHub↗508
  • appsilon/rhinoAppsilon avatar

    Appsilon/rhino

    330View on GitHub↗

    -->

    R
    View on GitHub↗330