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

WebRTC provides audio and video streaming, as well as unreliable/unordered data transport through data channels, which is really great for games.
You can't use UDP with web sockets.