Yes, it's WebRTC. It uses real unreliable and unordered UDP packets, peer-to-peer. But WebRTC requires a connection establishment step to happen first, so it can't send traffic to arbitrary UDP services, only cooperating WebRTC peers. Which is fine for multiplayer games.
desdenova|1 year ago
WebRTC can run over UDP, but it's not raw UDP. I think that's what they meant.
modeless|1 year ago
kaoD|1 year ago
https://developer.mozilla.org/en-US/docs/Web/API/WebTranspor...
EDIT: actually I can't find the code, shouldn't it be linked as per GPL's license?
junon|1 year ago