Top "Comet" questions

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

GWT and WebSocket / Push data from server to GWT client

Is there any good library which supports WebSockets and is compatible with GWT? Ideally, the library would support WebSockets as …

gwt websocket comet
Is Comet obsolete now with Server-Sent Events and WebSocket?

or do Server-Sent Events and WebSocket replace Comet techniques?

websocket comet server-sent-events
Servlet 3 Async task on Tomcat 7

I'm trying to implement Simple chat using Servlet 3.0 and Comet pattern based on its async support. I'm inspired by this …

java jakarta-ee servlets comet tomcat7
Realtime server push with Socket IO (or Strophe.js), XMPP and Django

I have a couple of Android and iOS native mobile application that I wrote which connect directly to an XMPP …

django xmpp socket.io comet strophe
Orbited launch problems: " ConfigParser.NoSectionError: No section: 'formatters' "

I'm trying to get Orbited started, but unfortunately I'm running into more than a few problems! First, problems with easy_…

python django comet stomp orbited
Django and Long Polling

I need to implement long polling in my application to retrieve the events. But I have no idea how to …

django comet long-polling cometd
HTML 5 Websockets will replace Comet?

It looks like Websockets in HTML 5 will become a new standard for server push. Does that mean the server push …

html comet websocket server-push
Tomcat 7 Async Processing failing - only one request processed simultanously

I was trying to implement COMET chat using Async Processing defined in Servlet API 3. It was not working - chat …

java tomcat asynchronous comet servlet-3.0
Server push: comet vs ape?

I've read a little about comet and also APE. Which one is better? I want the users to see other …

javascript jquery ajax comet push
Node.JS: How to create a HTTP Chat Server?

With the Net Stream Object with TCP works great (as presetend in the node.js introduction video), but how should …

javascript sockets node.js chat comet