@reactivemarkets/desktop-api-service

0.4.3 • Public • Published

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

Package Sidebar

Install

npm i @reactivemarkets/desktop-api-service

Weekly Downloads

0

Version

0.4.3

License

ISC

Unpacked Size

1.53 MB

Total Files

6

Last publish

Collaborators

  • mmcdowell