awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Asynchronous Network Frameworks · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAsynchronous Network Frameworks

Foundational libraries for building event-driven protocol servers and clients.

Distinguishing note: Defines the core identity of the framework as an asynchronous network foundation.

Explore 1 awesome GitHub repository matching networking & communication · Asynchronous Network Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Asynchronous Network Frameworks

Awesome Asynchronous Network Frameworks 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

    Provides a high-performance foundation for building scalable protocol servers and clients.

    Java
    34,808View on GitHub↗