Top "Comet" questions

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

How use Django with Tornado web server?

How do I use Django with the Tornado web server?

ajax django webserver comet tornado
Efficient reloading data / pushing data from server to client

I'm looking for the 'way to go' (i.e. the most efficient, most used, general accepted way) when it comes …

php javascript stream client-server comet
What specific use cases call for BOSH over WebSockets and long-polling?

BOSH is... a transport protocol that emulates the semantics of a long-lived, bidirectional TCP connection between two entities (such as …

http comet websocket
Cross-browser implementation of "HTTP Streaming" (push) AJAX pattern

Client request web page from server. Clent then requests for extra calculations to be done; server performs series of calculations …

javascript ajax streaming xmlhttprequest comet
Django / Comet (Push): Least of all evils?

I have read all the questions and answers I can find regarding Django and HTTP Push. Yet, none offer a …

django comet
nginx proxy to comet

I need some help from some linux gurus. I am working on a webapp that includes a comet server. The …

nginx comet
How is GMail Chat able to make AJAX requests without client interaction?

All HTTP responses require the client to initiate them, even those made using AJAX. But GMail's chat feature is able …

ajax gmail comet chat
COMET javascript library

I am looking for a simple and reliable Comet javascript library. I want to keep a persistent streaming of data …

javascript comet
Is there a server cost to using WebSockets?

I've been moving away from my comfort zone in PHP/MySQL because the syntax/encapsulation/procedural stuff can get frustrating. …

node.js websocket comet