SkillAgentSearch skills...

Pusher

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

Install / Use

/learn @macournoyer/Pusher
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

== License (c) macournoyer

Released under the Ruby license: http://www.ruby-lang.org/en/LICENSE.txt.

View on GitHub
GitHub Stars172
CategoryDevelopment
Updated1mo ago
Forks6

Languages

Ruby

Security Score

80/100

Audited on Feb 20, 2026

No findings