Skip to content

security-union/yew-webtransport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yew-webtransport

crates.io docs.rs

Summary

Access WebTransport in Yew apps using wasm-bindgen rustwasm/wasm-bindgen#3344

YouTube Video: https://youtu.be/dztIToTf8Yc

thumbnail7

Justification

WebTransport is a new web standard that aims to provide a low-level API for secure, multiplexed communication between web browsers and servers. It has the potential to greatly improve the performance of web applications, especially those that require real-time communication or large data transfers. However, the current implementation of WebTransport in browsers is written in Javascript, which can make it difficult to use in Rust webapps.

Demo

you can find a demo in the examples folder which is a port of the https://webtransport.day/ website to Yew + Rust.

The website is live at https://security-union.github.io/yew-webtransport/

send datagram

If you want to run it locally, you have to set RUSTFLAGS

cd examples/webtransport-demo WS_URL=https://127.0.0.1:4433 RUSTFLAGS=--cfg=web_sys_unstable_apis trunk serve

About

rust webtransport support for the yew framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages