subbu.org

Subbu Allamaraju's Blog

Entries tagged with “Events”

07:04 PM, Monday, September 04, 2006

Server Side DOM Events vs XMLHttpRequest's onload

Last week, Opera posted a blog entry describing a different style of doing server push. The technique described is based on server side DOM events as currently proposed in the WHATWG Web Applications 1.0 specification. Also check out the demo, which is based on an early and partial implementation of server side events in Opera 9.x. The approach described can be used to send events over long-running connections to the browser, and in someways resembles the onload event handler of the XMLHttpRequest as implemented in Firefox. But there are some key differences between these approaches.