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 · 5 Comments
Tags: SoftwareDev
Portable Comet? It’s the IFrame, Stupid!
June 6th, 2006 · 10 Comments
Comet Takes to IE Like a Fish Takes to Acid Comet - or HTTP Streaming, if you will - is a little sensitive when it comes to portability, and I'll give you four guesses which major browser is causing the grief? Yeah, IE makes it difficult for two reasons: (a) IE's XMLHttpRequest component doesn't tell [...]
Tags: SoftwareDev
Comet: It’s Ajax for “Push” (Podcast)
March 5th, 2006 · 8 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
SAG Ajax Patterns Review 1 - XHR Call, IFrame Call, HTTP Streaming
March 4th, 2006 · No Comments
A little while back, I mentioned that some people in the patterns community have been noticing the Ajax Patterns. In particular, there have been a series of discussions about the patterns by the Software Architecture Group in the University of Illinois Computer Science Dept (home of Netscape forerunner Mosaic btw). The SAG is led by [...]
Tags: Links · 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
