Hacker News new | ask | show | jobs
by TheRoque 1146 days ago
I also tried to make a browser game with WebRTC. This is a bit annoying to do IMO, but I am surprised that no really famous game leverages it (to my knowledge ? I mean I know that some games like openarena.live exists, but it's niche), even though it's essentially UDP in the browser, so it offers a lot more networking options than the games we see currently.
1 comments

The dependent work to setup a signaling server and ICE/STUN/TURN NAT punch through is a big barrier to using WebRTC.