This service wraps an instance of @logux/server
and exposes a websocket connection for creator-app
to connect to.
For development this API can be meshed with your active vfcli
environment.
yarn local
When running, the following servers will be exposed:
logux
(WebSocket)- local:
wss://localhost:8013
- remote:
wss://realtime-[environment].[region].development.voiceflow.com
- local:
socket.io
(WebSocket)- local:
wss://localhost:8017
- remote:
wss://realtime-io-[environment].[region].development.voiceflow.com
- local:
- Metrics
- local:
https://localhost:9013
- local:
To check if this service is up and running correctly you can query the GET /health
endpoint.