Y
Hacker News
new
|
ask
|
show
|
jobs
by
arispen
2583 days ago
how about using web sockets?
1 comments
ezekg
2583 days ago
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.
link