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 RepositoriesASGI Request Producers

Handles incoming requests for ASGI applications, processing them asynchronously and returning responses.

Distinct from Asynchronous Request Processing: Distinct from Asynchronous Request Processing: specifically implements the ASGI protocol.

Explore 1 awesome GitHub repository matching web development · ASGI Request Producers. Refine with filters or upvote what's useful.

Awesome ASGI Request Producers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • emmett-framework/granianAvatar de emmett-framework

    emmett-framework/granian

    5,074Ver en 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

    Processes incoming requests for asynchronous Python ASGI applications.

    Rustasgiasynciohttp
    Ver en GitHub↗5,074
  1. Home
  2. Web Development
  3. Backend Development
  4. Request & Response Handling
  5. Asynchronous Request Processing
  6. ASGI Request Producers