Update (couple of hrs later): I mailed Alex Russell (the guy who named Comet and knows plenty about it), it sounds like he’s been investigating this whole area and he’s sent me his views. We know about Comet (AKA Push, HTTP Streaming) and its ability to keep streaming info from server to browser. How about streaming [...]
Two-Way Web: Can You Stream In Both Directions?
July 13th, 2006 · 6 Comments
Tags: SoftwareDev
Comet: It’s Ajax for “Push” (Podcast)
March 5th, 2006 · 9 Comments
Here’s a podcast about Comet – exploring the two-way web with Ajax. From my Ajaxian post earlier today: Alex Russell has coined a term for a flavour of Ajax that’s been getting more attention of late. Comet describes applications where the server keeps pushing – or streaming – data to the client, instead of having the browser [...]
Tags: HumansAndTech · Links · Podcast · SoftwareDev
HTTP Streaming: An Alternative to Polling the Server
November 4th, 2005 · 8 Comments
If Ajax apps are to be rich, there must be a way for the server to pass new information to the browser. For example, new stock quotes or an instant message someone else just sent you. But the browser’s not a server, so the server can’t initiate an HTTP connection to alert the browser. The [...]
Tags: Links · SoftwareDev
Basics of Ajax 2 of 3: Web Remoting (XMLHttpRequest etc) (Podcast)
November 2nd, 2005 · 4 Comments
Ajax Basics 2 of 3 This is the second of three podcasts on the basic Ajax patterns. Podcast 1: Display Patterns and the DOM. Podcast 2: Web Remoting – XMLHttpRequest, IFrame Call, HTTP Streaming. Podcast 3: Dynamic Behaviour – Events and Timing. Podcast 2: Web Remoting (XMLHttpRequest, IFrame, HTTP Streaming) This 75 minute podcast covers web remoting concepts and the [...]
Tags: Links · Podcast · SoftwareDev
