UDP ?
nukadelic opened this issue · comments
Nukadelic commented
is it supported ?
Endel Dreyer commented
No, Colyseus uses WebSockets, which is based on TCP.
Vinh commented
realtime games require UDP though, do you have plan to make it work on UDP?
OYΞD commented
Real time games don't require UDP, it varies depending on the type of game.
For web games, this currently isn't possible (as far as I'm aware).
Vinh commented
For some genre game that will be required, also developers don't only work on webgame.
OYΞD commented
I agree, as I said, it varies depending on the type of game.
Either way, we're tracking potential UDP implementations here: colyseus/colyseus#272