awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesServer-Side Protocol Adapters

Adapters that allow a server to accept traffic across multiple protocols like HTTP, uWSGI, and PROXY.

Distinct from Multi-Protocol Clients: Distinct from multi-protocol clients: focuses on server-side ingress handling rather than client-side data retrieval.

Explore 1 awesome GitHub repository matching web development · Server-Side Protocol Adapters. Refine with filters or upvote what's useful.

Awesome Server-Side Protocol Adapters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • benoitc/gunicornAvatar de benoitc

    benoitc/gunicorn

    10,443Ver en GitHub↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    The server handles incoming traffic through standard HTTP, uWSGI, or PROXY protocols to ensure seamless connectivity with a wide variety of web servers and load balancers.

    Pythonhttphttp-serverpython
    Ver en GitHub↗10,443
  1. Home
  2. Web Development
  3. Multi-Protocol Clients
  4. Server-Side Protocol Adapters