Jump to content
MakeWebGames

Comet http web server push technology for browser games ?


Recommended Posts

Posted

Hi, wondering if anyone has replaced AJAX with Comet successfully, and could explain how. My current game, The Grid at celtruler.com should implement something faster than AJAX.

Posted

Well, the issue with ideas like COMET is that some browsers or proxy handle it badly and may actually degrade user experience. Sure the polling model of AJAX is not smart / efficient, but until we have the web socket working I would say we don't have many alternatives.

  • 3 weeks later...
Posted

Thank you for the suggestions. It would be great if there was a free method of doing this and also a way to do it without having to make files on a server (like if your server is being hosted by a web company that doesn't let you run the kind of commands to install nginx.

Again, the game I wish to transfer from Ajax to something faster: The Grid

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...