Top "Comet" questions

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

Comet implementation for ASP.NET?

I've been looking at ways to implement gmail-like messaging inside a browser, and arrived at the Comet concept. However, I …

asp.net iis comet
My Understanding of HTTP Polling, Long Polling, HTTP Streaming and WebSockets

I have read many posts on SO and the web regarding the keywords in my question title and learned a …

javascript web-applications websocket comet http-streaming
Servlet-3 Async Context, how to do asynchronous writes?

Problem Description Servlet-3.0 API allows to detach a request/response context and answer to it later. However if I try …

java comet servlet-3.0
Server Scalability - HTML 5 websockets vs Comet

Many Comet implementations like Caplin provide server scalable solutions. Following is one of the statistics from Caplin site: A single …

html websocket push comet
Chrome's loading indicator keeps spinning during XMLHttpRequest

I'm writing an AJAX web app that uses Comet/Long Polling to keep the web page up to date, and …

javascript ajax google-chrome comet long-polling
Can flask framework send real-time data from server to client browser?

I was wondering how (if at all) flask performs long polling, so the server can send data over a connection …

python web-applications comet flask juggernaut
So... ASP.NET MVC and WebSockets?

I have an application in MVC 3 and I'm looking to add WebSockets (with fallback to Comet) to it. I've researched …

c# asp.net-mvc-3 iis websocket comet
Creating a real-time chat with php and javascript

My goal is to create a real-time chat similar to the Facebook chat, from scratch. I want to store all …

javascript php mysql chat comet
Redis command to get all available channels for pub/sub?

I search through redis command list. I couldn't find the command to get all the available channels in redis pub/…

redis comet publish-subscribe channel
Stopping a iframe from loading a page using javascript

Is there a way in javascript of stopping an iframe in the middle of loading a page? The reason I …

javascript dom iframe comet