Top "Comet" questions

Comet is a generic term used to describe technology used to "push" data from a web server to connected web clients.

socket.io and .Net socket server

Excuse me if the question sounds silly but I have to ask. Is there a server side alternative to Node.…

comet websocket
Twisted and Websockets: Beyond Echo

In my ongoing curiosity about websockets, I'm noticing a trend: The "hello world" of the websocket universe, at least at …

python twisted comet websocket twisted.web
How many child_processes should I fork() in node.js?

My question is quite simple. though, it may require different variable to be answered (i guess) I'm playing around with …

node.js concurrency fork comet
Options for real-time web notifications and updates using Comet/XMPP vs WebSocket technologies on a Microsoft stack?

I am scoping out the architectural options for a project that will render live updates (like Facebook) of user activities …

c#-4.0 websocket comet asp.net-4.0 xmppframework
Choosing and deploying a comet server

I want to push data to the browser over HTTP without killing my django/python application. I decided to use …

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

I'm trying to create a small and basic "ajax" based multiplayer game. Coordinates of objects are being given by a …

ajax html comet multiplayer