Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:30
· 4 commits to main since this release
v0.1.2
bcb2694

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