0.4.3 • Published 5 years ago

@reactivemarkets/desktop-api-service v0.4.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

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
0.4.3

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago