colyseus / colyseus-haxe

⚔ Colyseus Multiplayer SDK for Haxe

Home Page:https://docs.colyseus.io/getting-started/haxe-client/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP ?

nukadelic opened this issue · comments

is it supported ?

No, Colyseus uses WebSockets, which is based on TCP.

commented

realtime games require UDP though, do you have plan to make it work on UDP?

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).

commented

For some genre game that will be required, also developers don't only work on webgame.

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