actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

WebTransport implementation

Open robjtede opened this issue 1 year ago • 2 comments

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

robjtede avatar Jun 09 '24 04:06 robjtede

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?

atharvapatil4 avatar Jun 12 '24 18:06 atharvapatil4

I suspect this is blocked on QUIC / HTTP/3 (#309) and therefore more generic transports (#3314)

robjtede avatar Jun 13 '24 16:06 robjtede