awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Kludex avatar

Kludex/uvicorn

0
View on GitHub↗
10,406 स्टार्स·913 फोर्क्स·Python·bsd-3-clause·4 व्यूज़uvicorn.dev↗

Uvicorn

Features

  • Web Servers - A lightning-fast ASGI server implementation.
  • Web Servers - Listed in the “Web Servers” section of the Awesome Python awesome list.

स्टार हिस्ट्री

kludex/uvicorn के लिए स्टार हिस्ट्री चार्टkludex/uvicorn के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Uvicorn के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Uvicorn के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • django/daphnedjango का अवतार

    django/daphne

    2,670GitHub पर देखें↗

    Django Channels HTTP/WebSocket server

    Python
    GitHub पर देखें↗2,670
  • emmett-framework/granianemmett-framework का अवतार

    emmett-framework/granian

    5,074GitHub पर देखें↗

    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
    GitHub पर देखें↗5,074
  • benoitc/gunicornbenoitc का अवतार

    benoitc/gunicorn

    10,443GitHub पर देखें↗

    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
    GitHub पर देखें↗10,443
  • grpc/grpcgrpc का अवतार

    grpc/grpc

    44,891GitHub पर देखें↗

    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++
    GitHub पर देखें↗44,891
Uvicorn के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

kludex/uvicorn की मुख्य विशेषताएं क्या हैं?

kludex/uvicorn की मुख्य विशेषताएं हैं: Web Servers।

kludex/uvicorn के कुछ ओपन-सोर्स विकल्प क्या हैं?

kludex/uvicorn के ओपन-सोर्स विकल्पों में शामिल हैं: emmett-framework/granian — Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major… pgjones/hypercorn — Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn. 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.