Bridge for Ruby

Bridge is a unified messaging system that allows you to easily build cross-language services to share data and realtime updates among your servers and your clients

Installation

Quick install: Using RubyGems, do gem install bridge-ruby --pre

Source install:

Clone this repository using git clone [email protected]:getbridge/bridge-ruby.git and install using

$ cd bridge-ruby
$ rake && rake install

Dependencies

EventMachine for asynchronous event loop.

Documentation and Support

The examples directory of this library contains sample applications for Bridge.

Support is available in #getbridge on Freenode IRC or the Bridge Google Group.

License

Bridge is made available under the MIT/X11 license. See LICENSE file for details.