Hacker News new | ask | show | jobs
by toomim 2187 days ago
SCTP already provides that in WebRTC.
1 comments

But requires a lot of mucking around with STUN/TURN/ICE, which is far less desirable than just "send UDP packets to a browser".
You don't need to use STUN and TURN for client->server use cases, but you do need ICE, DTLS, and SCTP.