|
|
|
|
|
by ericz
4593 days ago
|
|
If you're a web game developer reading this you should also know that WebSockets, XHR, and anything built on top of those technologies (socket.io etc.) are TCP based. Only WebRTC DataChannels and flash are able to do UDP based communication in the browser. |
|