#Flotype Bridge for Javascript
Flotype Bridge enables cross-language RPC for interserver and client-server communication.
##Installation
Quick install: Using the Node Package Manager, do npm install bridge
Source install:
Clone this repository using git clone git@bitbucket.org:flotype/bridge-js.git
and install using the npm installer
npm install bridge-js/
###Dependencies
This library has no external dependencies.
##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.