Skip to content

somata/somata-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bridge between Somata servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published