Event Driven AJAX - Part 1 - Pushing Server Side Events

Posted on July 25th, 2006 by tom.
Categories: AJAX, Comet, Tech.


Demonstration Quick Link

Event Driven AJAX is inspired by Comet to provide a mechanism for updating a page based on server side events, rather than waiting for user driven requests or client side polling. In this article an overview of the event driven AJAX concept is provided, along with a proof of concept demonstration of its use.

(more…)