sanicsanic-org
ADDEDSanic is a Python 3.10+ async web server and framework designed for fast HTTP performance, supporting ASGI deployment and async/await syntax.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONSanic is a Python 3.10+ async web server and framework designed for fast HTTP performance, supporting ASGI deployment and async/await syntax.
An adapter that allows ASGI applications to run on an RSGI server.
Uvicorn is a fast ASGI web server for Python, supporting HTTP/1.1 and WebSockets. It’s designed for async frameworks and can be extended with optional dependencies like uvloop and httptools.
Falcon is a minimalist Python web framework for building fast, reliable REST APIs and microservices. It supports both WSGI and ASGI, with a focus on performance and simplicity.