Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Event Driven

Event Driven

338 projects

Showing 36 of 338 projects

Emissary
EmissaryJava

A high-performance Java messaging library for decoupling requests and events from their handlers using annotations without reflection overhead.

#event-driven#cqrs#request-handling
Stars109
Forks7
Last commit5 months ago
kane
kaneElixir

An Elixir client library for publishing and subscribing to messages using Google Cloud Pub/Sub.

#event-driven#elixir#google-cloud-platform
Stars107
Forks44
Last commit3 years ago
Bird Socket Server
Bird Socket ServerPascal

A WebSocket server implementation for Delphi applications, supporting multiple deployment methods.

#event-driven#websocket-server#bidirectional-communication
Stars107
Forks34
Last commit5 years ago
GodotSx
GodotSxGDScript

A lightweight library that extends Godot 4's native signals with reactive-style operators like filter, map, merge, debounce, and throttle.

#event-driven#rx#godot-4
Stars101
Forks5
Last commit1 month ago
wocket
wocketTypeScript

A WebSocket library for Deno providing real-time bidirectional communication with a simple API.

#event-driven#application#client
Stars101
Forks4
Last commit2 years ago
homebridge-automation
homebridge-automationJavaScript

A Node-RED integration for controlling and automating Homebridge accessories via event-driven flows.

#event-driven#iot#home-automation
Stars100
Forks19
Last commit22 days ago
rabbus
rabbusGo

A tiny Go wrapper over AMQP exchanges and queues with built-in retries, circuit breaking, and automatic reconnection.

#event-driven#circuit-breaker#message-queue
Stars98
Forks25
Last commit7 years ago
hunt
huntD

A refined core library for the D programming language providing essential modules for concurrency, collections, event handling, I/O, logging, and serialization.

#systems-programming#event-driven#d-language
Stars98
Forks15
Last commit2 years ago
AsyncMonolith
AsyncMonolithC#

A lightweight .NET library for durable asynchronous messaging using a database as a queue, enabling background processing and event-driven workflows.

#event-driven#scheduled-tasks#durable-messaging
Stars91
Forks7
Last commit7 months ago
SwarrotBundle
SwarrotBundlePHP

A Symfony bundle for integrating Swarrot, a PHP library for consuming and publishing messages via AMQP brokers.

#event-driven#swarrot#message-queue
Stars90
Forks61
Last commit1 month ago
Kafka Client
Kafka ClientJava

A reactive Kafka client for Vert.x that provides asynchronous consumer and producer APIs with stream support.

#stream-processing#event-driven#message-queue
Stars90
Forks87
Last commit18 days ago
fsm
fsmGo

A high-performance finite-state machine package for Go with zero allocations and custom transition logic.

#event-driven#golang-library#concurrency
Stars89
Forks5
Last commit3 years ago
Boost.Signals2
Boost.Signals2C++

A managed signals and slots system implementation for C++ as part of the Boost libraries.

#event-driven#c-plus-plus-03#observer-pattern
Stars88
Forks61
Last commit16 days ago
Inky
InkyLua

An unopinionated GUI framework for the LÖVE game engine, providing flexible UI element creation without built-in widgets.

#event-driven#spatial-hash#game-development
Stars86
Forks8
Last commit8 months ago
libxutils
libxutilsC

A cross-platform, event-driven C library providing a unified networking stack with HTTP, WebSocket, data structures, and cryptography.

#c-library#event-driven#http-server
Stars85
Forks10
Last commit9 days ago
Luvent
LuventLua

A simple event-driven programming library for Lua that allows creating events with associated actions and flexible triggering.

#event-driven#lua-jit#coroutines
Stars79
Forks6
Last commit11 years ago
nsq-event-bus
nsq-event-busGo

A Go wrapper for NSQ providing event bus functionality with circuit breaker protection.

#event-driven#circuit-breaker#message-queue
Stars79
Forks17
Last commit8 years ago
RabbitMQ
RabbitMQJava

A Vert.x client for interacting with RabbitMQ brokers using AMQP 0.9.1 protocol.

#event-driven#rabbitmq-client#message-queue
Stars76
Forks63
Last commit21 days ago
InputBinder
InputBinderC#

A Unity component for binding axis, button, and key input events to methods via code or the inspector.

#event-driven#unity-components#csharp
Stars75
Forks12
Last commit11 years ago
Inventory Manager
Inventory ManagerGDScript

A comprehensive inventory management system for the Godot Game Engine with stacking, slot operations, and runtime debugging.

#event-driven#debugging-tools#gamedev
Stars74
Forks4
Last commit2 months ago
Event Audio
Event AudioGDScript

A fire-and-forget event-based audio triggering system for Godot, enabling audio playback with simple trigger strings.

#event-driven#sound-effects#gdscript
Stars70
Forks7
Last commit1 year ago
GoEventBus
GoEventBusGo

A lock-free, ultra-fast event bus for Go

#event-driven#event-driven-architecture#library
Stars69
Forks9
Last commit3 months ago
Commander
CommanderGo

A Go library for building event-driven and event streaming applications with support for event sourcing, RPC over messages, and SAGA patterns.

#event-driven#cqrs#event-sourcing
Stars68
Forks5
Last commit8 months ago
python-cqrs
python-cqrsPython

A Python framework for building event-driven distributed systems using CQRS, sagas, and transactional outbox patterns.

#fastapi#event-driven#event-driven-architecture
Stars62
Forks9
Last commit6 days ago
event
eventGo

A Go package implementing the observer pattern for event-driven programming with flexible subscription and firing.

#event-driven#event-go#software-architecture
Stars62
Forks12
Last commit8 years ago
RxJavaComputationExpressions
RxJavaComputationExpressionsJava

Adds computation expressions to RxJava for enhanced reactive programming capabilities.

#event-driven#functional-programming#java-library
Stars62
Forks6
Last commit11 years ago
json-streamer
json-streamerRuby

A Ruby gem for extracting data from JSON streams based on keys, nesting levels, or custom conditions without implementing low-level callbacks.

#stream-processing#event-driven#json-stream
Stars60
Forks9
Last commit1 month ago
collie
collieD

An asynchronous event-driven network framework written in D, inspired by Netty.

#event-driven#collie#tcp
Stars60
Forks11
Last commit8 years ago
psql-streamer
psql-streamerGo

Streams PostgreSQL database events to Kafka using logical replication and can also consume events from Kafka.

#logical-replication#event-driven#replication
Stars60
Forks13
Last commit6 years ago
react-native-invoke-app
react-native-invoke-appJava

A React Native module to bring your app to foreground from Headless JS background tasks.

#event-driven#foreground-invocation#native-modules
Stars59
Forks49
Last commit5 years ago
Vert.x Child Process
Vert.x Child ProcessJava

A Vert.x extension for spawning and managing child processes with non-blocking I/O.

#event-driven#child-process#java
Stars57
Forks11
Last commit1 year ago
Planck
PlanckLuau

A standalone, library-agnostic scheduler for Luau ECS libraries that orchestrates system execution order and conditions.

#event-driven#luau#performance-optimization
Stars56
Forks16
Last commit3 months ago
RSQueueBundle
RSQueueBundlePHP

A Redis-based queue system for Symfony2 projects supporting producer/consumer and publisher/subscriber patterns.

#event-driven#task-queue#redis
Stars52
Forks12
Last commit9 years ago
zenbrain
zenbrainCSS

A Node.js framework for building machine-learning bots with a modular event handling and data processing pipeline.

#event-driven#modular-architecture#real-time-analytics
Stars51
Forks18
Last commit10 years ago
Spring Vert.x Extension
Spring Vert.x ExtensionJava

A Spring extension that creates Spring-aware Vert.x verticles, enabling dependency injection and separate Spring contexts for each verticle.

#event-driven#spring-framework#dependency-injection
Stars50
Forks13
Last commit
Manifold-cljs
Manifold-cljsClojure

A ClojureScript port of the Manifold library for asynchronous programming with streams and deferred values.

#stream-processing#event-driven#asynchronous-programming
Stars50
Forks0
Last commit6 years ago
PreviousPage 7 of 10

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
7 years ago
Next
#Microservices51
#Real Time41
#Asynchronous33
#Distributed Systems33
#Go32
#Reactive Programming32
#Concurrency30
#Message Queue29
#Javascript28
#Golang28
#Nodejs26
#Stream Processing25