uvicorn
Web server
Provides an ASGI web server implementation for Python
An ASGI web server, for Python. 🦄
9k stars
93 watching
755 forks
Language: Python
last commit: about 1 month ago
Linked from 4 awesome lists
asgiasynciohttphttp-serverpython
Related projects:
Repository | Description | Stars |
---|---|---|
encode/starlette | A lightweight ASGI framework/toolkit for building async web services in Python | 10,361 |
encode/httpx | An HTTP client library for Python with support for synchronous and asynchronous APIs, including features like HTTP/1.1 and HTTP/2. | 13,444 |
encode/databases | An asynchronous Python library providing support for querying multiple databases using SQLAlchemy core expressions. | 3,853 |
me-no-dev/espasyncwebserver | A C++ library providing an asynchronous HTTP and WebSocket server for microcontrollers | 3,836 |
kennethreitz/responder | A unifying Python framework that combines features from Flask and Falcon to provide a flexible and performant web service architecture. | 3,595 |
asweigart/pyautogui | A Python module for programmatically controlling mouse and keyboard interactions | 10,570 |
magicstack/uvloop | An ultra fast event loop for Python asyncio | 10,504 |
sparckles/robyn | A high-performance, community-driven web framework with a Rust runtime. | 4,818 |
tornadoweb/tornado | A Python framework for building scalable web applications with long-lived connections to each user | 21,787 |
spec-first/connexion | A framework that allows developers to write API specifications first and then generate Python code based on those specifications | 4,508 |
tinche/aiofiles | A library that provides asynchronous file I/O support for Python's asyncio framework | 2,908 |
microsoft/playwright-python | A Python library to automate Chromium, Firefox and WebKit browsers with a single API | 12,045 |
emmett-framework/granian | A single HTTP server implementation supporting multiple Python application interfaces and protocols | 2,958 |
max-pfeiffer/uvicorn-poetry | A Docker image for running Python web applications with Uvicorn and Poetry on Kubernetes. | 52 |
pgjones/hypercorn | A high-performance ASGI and WSGI server inspired by Gunicorn | 1,195 |