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

2 repos

Awesome GitHub RepositoriesTransport Abstractions

Unified interfaces that hide underlying socket implementations to support multiple transport backends.

Distinguishing note: Focuses on the abstraction layer rather than specific protocol implementations.

Explore 2 awesome GitHub repositories matching networking & communication · Transport Abstractions. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Transport Abstractions

Awesome Transport Abstractions GitHub Repositories

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

    rapid7/metasploit-framework

    37,563View on GitHub↗

    The framework is a comprehensive penetration testing platform designed for the development, testing, and execution of security exploits. It serves as a research toolkit and automated assessment environment, enabling security professionals to identify and validate vulnerabilities within networked systems and infrastructure through repeatable, standardized procedures. The platform distinguishes itself through a modular architecture that supports reflective payload injection, allowing for the execution of code directly in memory without writing to disk. It utilizes an asynchronous event loop to

    Decouples command and control logic from underlying network protocols to maintain persistent remote connections.

    Rubyhacktoberfest
    37,563View on GitHub↗
  • 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

    Swaps underlying network implementations between standard sockets and native drivers without changing application code.

    Java
    34,808View on GitHub↗