0.3.0 • Published 6 years ago

somata-bridge v0.3.0

Weekly downloads
12
License
-
Repository
github
Last release
6 years ago

Somata Bridge

Build a bridge between two Somata servers, where one has a port that can be bound to (the "remote" server) and one needs only outgoing connections (the "local" server). Registered services are shared between servers, and traffic is forwarded through the connection between the bridges.

Installation

Install globally with NPM. See Somata installation for more.

$ npm install -g somata-bridge

Usage

On the remote server use --from [port] to bind to a specific port:

somata-bridge --from 5533

On the local server use --to [host]:[port] to connect to the remote bridge:

somata-bridge --to remote:5533