actix / actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
https://actix.rs
Apache License 2.0
20.73k stars 1.63k forks source link

WebTransport implementation #3394

Open robjtede opened 3 weeks ago

robjtede commented 3 weeks ago

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
atharvapatil4 commented 3 weeks ago

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?

robjtede commented 3 weeks ago

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