|
|
|
|
|
by kzahel
4999 days ago
|
|
I love this game. It is a themed copy of Hudson Soft's Bomberman game that I originally played on the SNES. The creators have a blog entry about latency and websockets. With even a minimal amount of packetloss, TCP makes for really bad latency - http://blog.artillery.com/2012/06/websocket-performance.html It's too bad we won't see any playable twitch games in the browser until there is some way to do UDP. I don't see why browsers don't just allow UDP subject to same origin policy, perhaps only on pages which serve a special "X-Allow-UDP" header. From what I understand, the only reason browsers shy away from being able to send UDP packets is fear of DDOS. This does not seem to be an issue if packets are only sent to same host that the page is served from. |
|
(found on http://blog.artillery.com/2012/07/six-impossible-problems.ht...)