Y
Hacker News
new
|
ask
|
show
|
jobs
by
toomim
2187 days ago
SCTP already provides that in WebRTC.
1 comments
seangrogg
2187 days ago
But requires a lot of mucking around with STUN/TURN/ICE, which is far less desirable than just "send UDP packets to a browser".
link
pthatcherg
2187 days ago
You don't need to use STUN and TURN for client->server use cases, but you do need ICE, DTLS, and SCTP.
link