logoalt Hacker News

drysartyesterday at 7:21 PM1 replyview on HN

The browser does have a UDP data stream available for applications to send arbitrary bytes over UDP; it's part of WebRTC.


Replies

mlhpdxtoday at 1:21 AM

While Web RTC is built on UDP, it does not allow sending arbitrary UDP. It's DTLS, perhaps encapsulating SCTP, and DCEP.