Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all async frameworks. Uvicorn currently supports HTTP/1.1 and WebSockets.
Features
- The event loop uvloop will be installed and used if possible
- The http protocol will be handled by httptools if possible
- Most well established Python Web frameworks started out as WSGI-based frameworks
- WSGI applications are a single, synchronous callable that takes a request and returns a response
- A strength of the ASGI protocol is that it decouples the server implementation from the application framework
- It is run widely in production, and supports HTTP/1.1, HTTP/2, and WebSockets
Categories
HTTP ServersLicense
BSD LicenseFollow uvicorn
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of uvicorn!