add the link to asgi project

This commit is contained in:
Vinta Chen 2020-06-06 01:40:53 +08:00
parent c8117f5ab0
commit 0b2ac53cf6
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
## ASGI Servers
*ASGI-compatible web servers.*
*[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.*
* [uvicorn](https://github.com/encode/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools.
* [daphne](https://github.com/django/daphne) - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.