mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-13 16:37:59 +00:00
Fix typo in daphne description in README.md
fix: improve grammar and formatting in README (HTTP/2, article usage)
This commit is contained in:
parent
e9be000b56
commit
403152125e
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ _Libraries for building RESTful and GraphQL APIs._
|
|||
_ASGI and WSGI compatible web servers._
|
||||
|
||||
- ASGI
|
||||
- [daphne](https://github.com/django/daphne) - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
|
||||
- [daphne](https://github.com/django/daphne) - An HTTP, HTTP/2 and WebSocket protocol server for ASGI and ASGI-HTTP.
|
||||
- [granian](https://github.com/emmett-framework/granian) - A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
|
||||
- [hypercorn](https://github.com/pgjones/hypercorn) - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
|
||||
- [uvicorn](https://github.com/Kludex/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue