Jump to content

Comet (programming)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Damiens.rf (talk | contribs) at 15:09, 16 June 2008 (revert to work-in-progress, advertisement-free version by stablished editors). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In web development, Comet is a neologism which describes a set of techniques that use Push technology to enable low-latency, event-driven communication between a server and a web browser.[1] Like DHTML and Ajax, Comet is not a technology in itself, but a term that refers to the use of a group of technologies as applied to Ajax-like Web applications.

Although the term was coined in a March 2006 blog post by Alex Russell,[2] the concept is several years older and has been known by various names, including Ajax Push,[3] Reverse Ajax,[4] JSONRequest Duplex,[5] HTTP server push,[6] and HTTP streaming, among others.[7]

See also

References

  1. ^ Burckart, Erik (2007-11-07). "The allure of Comet". IBM Developer works. Retrieved 2008-06-12.
  2. ^ Russell, Alex (2006-03-03). "Comet: Low Latency Data for the Browser". Alex Russell's own blog. Retrieved 2008-05-05.
  3. ^ Egloff, Andreas (2007-05-05). Ajax Push (a.k.a. Comet) with Java Business Integration (JBI) (Speech). JavaOne 2007, San Francisco, California: Sun Microsystems, Inc. Retrieved 2008-06-10.{{cite speech}}: CS1 maint: location (link)
  4. ^ Crane, Dave (2008). Comet and Reverse Ajax: The Next Generation Ajax 2.0. Apress. ISBN 1590599985. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help); Unknown parameter |month= ignored (help)
  5. ^ Crockford, Douglas (2006-04-17). "JSONRequest Duplex". An alternative to XMLHttpRequest for long lasting server initiated push of data. Retrieved 2008-05-05.
  6. ^ Double, Chris (2005-11-05). "More on Ajax and server push". Different ways of doing server push. Retrieved 2008-05-05.
  7. ^ Nesbitt, Bryce (2005-11-01). "The Slow Load Technique/Reverse AJAX". Simulating Server Push in a Standard Web Browser. Retrieved 2008-05-05.