Skip to main content

Crate aetheris_transport_webtransport

Crate aetheris_transport_webtransport 

Source
Expand description

Aetheris WebTransport-based transport logic.

This crate implements the GameTransport trait using wtransport (QUIC/HTTP3). It handles in-memory self-signed certificate generation and logs the SHA-256 hash required for browser-based client connections.

Structsยง

WebTransportBridge
A WebTransport bridge that implements GameTransport.