macournoyer / pusher

The Rack App that pushes (aka Rack::Comet)

This URL has Read+Write access

pusher / pusher.todo
100644 12 lines (11 sloc) 0.405 kb
1
2
3
4
5
6
7
8
9
10
11
12
✓ Fix Safari not reconnecting on error (do not trigger onComplete)
✓ Generate session_id inside client
✓ Add specs
✓ Add pluggable Channel backends (AMQP, in memory, etc)
- Implement HtmlFile transport
✓ Implement SSE transport
✓ Ping clients
- Test JS client
- Fix multi tab/window issue w/ subdomains (storing tab id in cookie?)
- Implement Stomp channel backend
- Benchmark against Orbited