You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's likely arbitrary UDP connections will never be part of any web specification because of security concerns. The closest thing to what you're after will likely come as part of WebRTC and it's associated JSEP protocol.
would be nice to have caniuse.com/udp
afaik, no mainstream browser has full UDP support (raw UDP support)
only HTTP/3 (HTTP over QUIC) which is based on UDP
UDP is required for
UDP support is part of github.com/WICG/direct-sockets
alternatives
IPFS (bittorrent over TCP) is a workaround for this limitation, but IPFS is slow
so the actual solution would be web browsers with full UDP support
IPFS docs on QUIC: docs.libp2p.io/concepts/transports/quic/
related
The text was updated successfully, but these errors were encountered: