Thought of writing an ASGI server (spec 2.5) in pure python-asyncio, as a single file package with zero external libraries.
Caveats
- Currently ignoring ws subprotocols and ws extensions
TODO
- implement http/ws read and buffering limits
- test cases
Thought of writing an ASGI server (spec 2.5) in pure python-asyncio, as a single file package with zero external libraries.
Caveats
TODO