add daphne

This commit is contained in:
Vinta Chen 2020-06-06 01:38:32 +08:00
parent 87b3ffcfe2
commit c8117f5ab0
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*ASGI-compatible web servers.*
* [uvicorn](https://github.com/encode/uvicorn) - Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools.
* [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.
## Asynchronous Programming