@reactivemarkets/desktop-api

0.39.0 • Public • Published

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

Package Sidebar

Install

npm i @reactivemarkets/desktop-api

Weekly Downloads

4

Version

0.39.0

License

Apache-2.0

Unpacked Size

1.08 MB

Total Files

4

Last publish

Collaborators

  • mmcdowell