Flotype Bridge for Javascript

Flotype 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 flotype-bridge --pre

Source install:

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

$ cd FlotypeBridge
$ rake && rake install

Dependencies

EventMachine for asynchronous event loop.

Documentation and Support

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

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

License

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