Created by: kelvins
What is this Python project?
Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools.
Until recently Python has lacked a minimal low-level server/application interface for asyncio frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all asyncio frameworks.
https://github.com/encode/uvicorn
What's the difference between this Python project and similar ones?
- Has great documentation.
- Has a great community support.
- It is fast.
--
Anyone who agrees with this pull request could vote for it by adding a