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

后端 未结 6 897

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:36

    The server must take part in this. Check with the hosting provider what modules are available. Or try to convince them to support Comet.

    Maybe you should consider a small Virtual Private Server (VPS) for this.

提交回复
热议问题