Thanks for the amazing library! I've built python bindings for it, wanted to share in case it's useful for anyone else: https://github.com/ai-and-i/web-transport-py . I used Claude extensively but everything is thoroughly reviewed manually, and comes with plenty of tests (including browser interop tests). It relies on #176 to make the test pass (it fixes close capsule encoding to make it compatible with the browsers and the spec).
If you would consider it and find it useful, I'm happy to submit the bindings as a PR to add to this repo. AFAIK there are no good WebTransport library, so it's pretty much needed (there is aioquic which supports H3, but WebTransports require a lot of manual work on top).
Thanks for the amazing library! I've built python bindings for it, wanted to share in case it's useful for anyone else: https://github.com/ai-and-i/web-transport-py . I used Claude extensively but everything is thoroughly reviewed manually, and comes with plenty of tests (including browser interop tests). It relies on #176 to make the test pass (it fixes close capsule encoding to make it compatible with the browsers and the spec).
If you would consider it and find it useful, I'm happy to submit the bindings as a PR to add to this repo. AFAIK there are no good WebTransport library, so it's pretty much needed (there is aioquic which supports H3, but WebTransports require a lot of manual work on top).