First Third-party Comet Service for Google App Engine Sighted
by Roberto SacconMay 1st, 2008Only about three weeks after Google launched App Engine, a scalable application hosting platform as preview release to a limited number of developers, a first third party service has popped up, covering features which are not (or just not yet ?) part or Google App Engine. The service we are most interested in here is their Comet daemon. It has several limitations, no pricing has been announced yet, but it’s a start! Currently the following browsers and transport techniques are supported (but not yet fully tested):
- Firefox 2 (XHR streaming)
- Safari/Webkit 3.1 (XHR streaming)
- Opera 9.2 (server sent events)
- Internet Explorer 7 (Activex(”htmlfile”))
- Internet Explorer 6 (Activex(”htmlfile”))
- Internet Explorer 5.5 (Activex(”htmlfile”))
- Konqueror (iframe)
The client-side Javascript is based on orbited.js from the Orbited project











