awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Event-Driven Architectures · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesEvent-Driven Architectures

Design patterns for decoupling connection handling from application logic.

Distinguishing note: Focuses on the architectural pattern rather than the specific implementation.

Explore 2 awesome GitHub repositories matching networking & communication · Event-Driven Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Event-Driven Architectures

Awesome Event-Driven Architectures GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • netty/netty

    netty/netty

    34,808View on GitHub↗

    Netty is an asynchronous network framework designed for building scalable protocol servers and clients. It utilizes an event-driven reactor pattern and a non-blocking input/output model to decouple connection handling from application logic, allowing for the development of responsive network services that manage high volumes of concurrent connections. The framework distinguishes itself through a modular pipeline-based processing chain that enables the implementation of custom binary or text-based protocols. It provides a pluggable transport abstraction that allows developers to switch between

    Decouples connection handling from application logic using a non-blocking, event-based concurrency model.

    Java
    34,808View on GitHub↗
  • openfaas/faas

    openfaas/faas

    26,092View on GitHub↗

    OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,

    Connects services and queues to trigger automated workflows.

    Godockerfaasfunctions
    26,092View on GitHub↗