@reactivemarkets/desktop-api-service
v0.4.3
Published
Exposes a REST api and websocket endpoint for Desktop
Downloads
5
Readme
Desktop API Service
The architecture for Desktop is modular with the build combining many asar files into one package.
This service exposes a REST api and socket.io 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 socket.io endpoint for desktop
spec:
host: node
main: api.asar
options:
host: localhost
port: 8282
Building from source
To install all dependencies and build run:
git clone https://gitlab.com/reactivemarkets/desktop/api-service.git
cd core
npm ci
npm run build