@reactivemarkets/desktop-api
v0.39.0
Published
Exposes a REST api and websocket endpoint for Desktop
Downloads
10
Readme
Desktop API
The architecture for Desktop is modular with the build combining many asar files into one package.
This service exposes a REST api and websocket endpoint for Desktop. This allows for integration with applications external to that managed by Desktop.
Configuration
---
kind: service
metadata:
name: api
description: Exposes a REST api and websocket endpoint for desktop
namespace: desktop
spec:
main: api.asar
parameters:
host: 127.0.0.1
port: 8282
Building from source
To install all dependencies and build run:
git clone https://github.com/reactivemarkets/desktop.git
cd desktop
npm ci
npm run build