Is there an alternative of ajax that does not require polling without server side modifications?

后端 未结 6 895

I\'m trying to create a small and basic \"ajax\" based multiplayer game. Coordinates of objects are being given by a PHP \"handler\". This handler.php file is being polled e

6条回答
  •  無奈伤痛
    2020-12-11 16:15

    Since this is tagged “html5”: HTML5 has and WebSocket, but the implementation side is still in the future tense in practice.

    Opera implemented an old version of called .

提交回复
热议问题