relay-rest-gateway
v1.5.0
Published
REST gateway for librelay
Downloads
4
Readme
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