REST API for Forsta librelay-node
The relay-rest-gateway service provides a language agnostic interface to external software projects via a HTTP REST API.
See https://github.com/ForstaLabs/librelay-node for more information.
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 run -p8086:8086 forstalabs/relay-rest-gateway
npm install -g relay-rest-gateway
relay-rest-gateway
For now just browse the examples folder: All Examples