This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
pusher /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 26 20:12:13 -0700 2009 | |
| |
README | Wed Jun 03 19:51:02 -0700 2009 | |
| |
Rakefile | Wed May 27 18:10:38 -0700 2009 | |
| |
client/ | Wed May 27 20:58:30 -0700 2009 | |
| |
example/ | Wed Jun 03 19:49:57 -0700 2009 | |
| |
lib/ | Wed Jun 03 19:49:57 -0700 2009 | |
| |
pusher.todo | Wed Jun 03 19:49:57 -0700 2009 | |
| |
spec/ | Thu May 28 19:42:38 -0700 2009 |
README
= Pusher -- The Rack App that pushes (aka Rack::Comet) Pusher is a Rack middleware that implement Ajax Push aka Comet http://en.wikipedia.org/wiki/Comet_(programming) == Supported transports * XHR Streaming transport on Firefox, Safari * Event-source transport on Opera - HtmlFile transport not yet implement on IE * Fallback to long poll on others == Awesome features * Fully asynchronous * Fault tolerant client side library * Usable inside any Rack application * Easy to install, configure, scale == Important missing features / bugs * Only works in 1 tab/window at the time * Client requires Prototype == Usage See example/ See pusher.todo for more (c) macournoyer







