Sha256: b0601aaa3102808efc3468098ec936a0b1da7bd118145e4f2c1f3c582d663500
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# Jugglite Jugglite is a replacement for the incredible [Juggernaut](https://github.com/maccman/juggernaut) by Maccman. It uses [Server Sent Events](http://www.html5rocks.com/en/tutorials/eventsource/basics/) to push events from your application to the client's browser. ## Installation Add this line to your application's Gemfile: gem 'jugglite' And then execute: $ bundle Or install it yourself as: $ gem install jugglite ## Usage Jugglite comes with a binary. This binary runs a thin server that listens on redis for application messages and passes it along to all connected clients. You can run the binary from any terminal `jugglite` TODO: Foreman & multiple processes TODO: Behind nginx so the client connects on one port ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License Jugglite is licensed under the [MIT license](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jugglite-0.0.1.alpha | README.md |