Socket
Book a DemoInstallSign in
Socket

relay-rest-gateway

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relay-rest-gateway

REST gateway for librelay

latest
Source
npmnpm
Version
1.5.0
Version published
Maintainers
1
Created
Source

relay-rest-gateway

The relay-rest-gateway service provides a language agnostic interface to external software projects via a HTTP REST API. Applications that are not compatible with the GPL3 can then safely make use of the Forsta Messaging platform without tainting their licensing.

Running

The rest gateway listens on port 8086 by default and with the exception of the docker runtime will only listen for connections from localhost. This is by design as the rest gateway should run as a sidecar to your application.

No public or external access should ever be granted to the rest gateway.

Docker

docker run -p8086:8086 forstalabs/relay-rest-gateway

NPM

npm install -g relay-rest-gateway
relay-rest-gateway

Examples

For now just browse the examples folder: All Examples

FAQs

Package last updated on 08 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts