awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesSocket Sharers

Mechanisms for running multiple connection instances on a single UDP socket using identifier-based demultiplexing.

Distinct from UDP Socket Managers: Distinct from UDP Socket Managers: focuses on the sharing of a single socket across multiple sessions rather than general socket management.

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

Awesome Socket Sharers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • quic-go/quic-goAvatar quic-go

    quic-go/quic-go

    11,661Vezi pe GitHub↗

    This project is a high-performance implementation of the QUIC transport protocol, providing a library for establishing multiplexed, low-latency network connections over UDP. It serves as a foundational networking stack for building modern web servers and clients, with native support for HTTP/3 and WebTransport standards. The library distinguishes itself through advanced connection management, including the ability to maintain stable sessions across changing network paths or IP addresses using connection identifiers. It optimizes data throughput by employing packet batching to reduce kernel ov

    Runs client and server instances on the same UDP socket by leveraging connection ID demultiplexing to reduce resource usage.

    Gogogolanghttp3
    Vezi pe GitHub↗11,661
  • pgbouncer/pgbouncerAvatar pgbouncer

    pgbouncer/pgbouncer

    3,937Vezi pe GitHub↗

    PgBouncer is a lightweight middleware proxy server and connection pooler for PostgreSQL. It acts as a database connection manager and load balancer, reducing system overhead by managing a pool of reusable connections and distributing incoming traffic across multiple backend servers. The project distinguishes itself through a protocol-level proxying approach that handles authentication and TLS encryption without parsing underlying SQL queries. It provides specialized support for mapping named prepared statements across different backend connections and implements a socket-sharing process model

    Implements a socket-sharing model that binds multiple process instances to one port to distribute traffic across CPU cores.

    Cpostgresql
    Vezi pe GitHub↗3,937
  1. Home
  2. Networking & Communication
  3. Socket Networking
  4. UDP Socket Managers
  5. Socket Sharers