streamservice: javascript streaming ajax connector
Documentation on the client side, javascript, dispatcher and the client api that sits on it.
The tests offer the best means to understand how to use this library. You should be able to run them in your browser by viewing test-Dispatch.html. NOTE It takes a good few seconds for the tests to complete and your page be blank until they do.
See AJAX Patterns HTTP Streaming for a proper description of the issues this library tackles.
It's essentially a polling implementation of this pattern using MochiKit. No long lived connection support yet for sake of simplicity. You may want to look at Twisted/Nevow or especially donovan prestons excelent work pioneering the techniques