awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • benoitc/gunicornAvatar von benoitc

    benoitc/gunicorn

    10,443Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,443
  1. Home
  2. Web Development
  3. Multi-Protocol Clients
  4. Server-Side Protocol Adapters