actix-web
actix-web copied to clipboard
WebTransport implementation
tracking issue
Discussed in https://github.com/actix/actix-web/discussions/3342
Originally posted by StealthOrc April 25, 2024 Hey! Are there any plans to implement WebTransport support in Acitx-web? I haven't found any issue or discussion on this yet.
resource: https://developer.mozilla.org/en-US/docs/Web/API/WebTransport_API
Hey Rob, I want to try tackling this task. Any suggestions or code pointers where I should start looking at?
To what granularity do we want to implement this in-house, ie. can we use https://github.com/quinn-rs/quinn for QUIC support?
I suspect this is blocked on QUIC / HTTP/3 (#309) and therefore more generic transports (#3314)