uvitools
A collection of tools for working with the uvicorn messaging interface.
Documentation: http://www.uvicorn.org/
Currently includes:
- Routing.
- Debug middleware.
- Broadcast middleware. (Implemented with Redis pub/sub)
- WSGI->ASGI and ASGI->WSGI adapters. (Provisional)
Things to be added:
- Static files middleware.
- Postgres LISTEN/NOTIFY based broadcast middleware.
- Redis channel layer adapter.
- Request parsing.
- Possibly request/response classes?
- Possibly direct-to-django-channels adapter?