security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.38k stars 119 forks source link

Migration to WebTransport!! #19

Closed darioalessandro closed 1 year ago

darioalessandro commented 1 year ago

We will move away from websockets and use webtransport instead!!!

I already added webtransport to wasm-bindgen: https://github.com/rustwasm/wasm-bindgen/pull/3344

I am working on adding webtransport to h3: https://github.com/hyperium/h3/pull/183

After this is done, we will have to swap our server.

redoriental commented 1 year ago

Looking forward to your success

darioalessandro commented 1 year ago

Thank you so much @redoriental the best thing is that this project will always be Open Source so that others can contribute to it, fork it and build something else 😄