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
·
pgjones avatar

pgjones/hypercorn

0
View on GitHub↗
1,582 stele·150 fork-uri·Python·MIT·8 vizualizări

Hypercorn

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

Features

  • Web Servers - An ASGI and WSGI Server based on Hyper libraries.
  • Web Servers - Listed in the “Web Servers” section of the Awesome Python awesome list.

Istoric stele

Graficul istoricului de stele pentru pgjones/hypercornGraficul istoricului de stele pentru pgjones/hypercorn

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face pgjones/hypercorn?

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

Care sunt principalele funcționalități ale pgjones/hypercorn?

Principalele funcționalități ale pgjones/hypercorn sunt: Web Servers.

Care sunt câteva alternative open-source pentru pgjones/hypercorn?

Alternativele open-source pentru pgjones/hypercorn includ: emmett-framework/granian — Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major… kludex/uvicorn. django/daphne — Django Channels HTTP/WebSocket server. benoitc/gunicorn — Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a… grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between… pylons/waitress — Waitress - A WSGI server for Python 3.

Alternative open-source pentru Hypercorn

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Hypercorn.
  • django/daphneAvatar django

    django/daphne

    2,670Vezi pe GitHub↗

    Django Channels HTTP/WebSocket server

    Python
    Vezi pe GitHub↗2,670
  • emmett-framework/granianAvatar emmett-framework

    emmett-framework/granian

    5,074Vezi pe GitHub↗

    Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major Python gateway interfaces—ASGI for asynchronous apps, WSGI for synchronous apps, and RSGI for async requests—while also handling HTTP/1.1, HTTP/2, and WebSocket connections through automatic protocol negotiation. Architecturally, Granian uses a multiprocess worker model that isolates requests across CPU cores and provides configurable threadpool-limited concurrency to control backpressure per worker. It includes built-in Prometheus metrics exposition for connection counts and

    Rustasgiasynciohttp
    Vezi pe GitHub↗5,074
  • benoitc/gunicornAvatar benoitc

    benoitc/gunicorn

    10,443Vezi pe 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

    Pythonhttphttp-serverpython
    Vezi pe GitHub↗10,443
  • grpc/grpcAvatar grpc

    grpc/grpc

    44,891Vezi pe GitHub↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    C++
    Vezi pe GitHub↗44,891
  • Vezi toate cele 30 alternative pentru Hypercorn→