Skip to content

lincolnq/bridge-server-src

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridge Server

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

Runtime Requirements

The Bridge Server requires Erlang (>= R15) and rebar (included in this directory).

Installation

Before compiling for the first time, you must use rebar to resolve dependencies.

./rebar get-deps

To compile the Bridge Server, run the following from the top level directory of this project:

./rebar compile 

Finally to run the Bridge Server in development mode, start RabbitMQ and then run:

./scripts/run-verbose.sh

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 85.0%
  • Shell 8.9%
  • Perl 6.1%