1 Repo
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.
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.