ASGI
- (
https://asgi.readthedocs.io/en/latest/
)-compatible
web servers
.
Python daphne
- (
https://github.com/django/daphne
) - A
HTTP
,
HTTP2
and
WebSocket
protocol server for ASGI and ASGI-HTTP.
Python uvicorn
- (
https://github.com/encode/uvicorn
) - A lightning-fast ASGI server implementation, using
uvloop
and
httptools
.