2010

WebSockets in Firefox
2009

Comet is dead long live websockets

Liberator - the real time Ajax / Comet streaming server

2008

A Million-user Comet Application with Mochiweb, Part 1 | Richard Jones, Esq.
In this series I will detail what I found out empirically about how mochiweb performs with lots of open connections, and show how to build a comet application using mochiweb, where each mochiweb connection is registered with a router which dispatches messages to various users.
with details how to tweak the kernel and make a flood test

High-performance Ajax with Tomcat Advanced I/O

Python Package Index : morbid 0.8.1
A Twisted-based publish/subscribe messaging server that uses the STOMP protocol

Comet Daily » Blog Archive » Independence Day: HTML5 WebSocket Liberates Comet From Hacks

Comet Daily » Blog Archive » The Future of Comet: Part 2, HTML 5’s Server-Sent Events
Comet doesn’t have to be a hack. Currently, as we saw last time, Comet relies on undocumented loopholes and workarounds, each one with some drawbacks. We can make Comet work effectively in every browser, using streaming transports on subdomains of the same second-level domain, or using script tag long polling across domains. But this leaves Comet developers implementing (and more frustratingly, debugging) several transports across several browsers. Traps are numerous and easy to stumble into.
event-source is the future of all Comet things.

Request.Comet - Comet wrapper for mootools 1.2
Comet wrapper for the Mootools 1.2 JavaScript framework.

Comet Daily » Blog Archive » The many shades of Bayeux/Cometd
Cometd Bayeux is a publish/subscribe messaging system, and this has drawn some criticism that PubSub is not the most flexible paradigm for an Ajax/Comet transport.
Comet Daily » Blog Archive » 20,000 Reasons Why Comet Scales
After some recent optimizations, the Dojo Cometd implementation of the Bayeux protocol running on the Jetty web server can now handle up to 20,000 simultaneous users per server while maintaining sub-second latency.
impressive numbers. Does the Twisted one can beat that?
2007

Lift Web Framework witj scala


Comet (programming) - Wikipedia, the free encyclopedia
