Hacker News new | ask | show | jobs
by arispen 2583 days ago
how about using web sockets?
1 comments

It's possible, sure, but websockets still use TCP. TCP is not suitable for most online gaming due to TCP retrying lost packets and generally being slower, unlike UDP.