Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmalynin
2817 days ago
If you're hiding everything behind a server, couldn't you just use WebSockets? I thought the whole appeal of WebRTC is the whole peer to peer setup.
2 comments
gfodor
2817 days ago
WebRTC provides audio and video streaming, as well as unreliable/unordered data transport through data channels, which is really great for games.
link
plq
2817 days ago
You can't use UDP with web sockets.
link