summaryrefslogtreecommitdiff
path: root/requirements/architecture/ard-004.md
blob: d4c979a07a3c1386a499168b6fbf455ff1e8ec60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ard-004: REST API for communication between UIs and the CRDT sync server

Satisfied by: task-015, task-016, task-017

## Problem

There needs to be an inter-process interface available at a distance between the
CRDT sync server and the UIs.

## Options

- Internet
  - Web
    - REST API
    - GraphQL API
  - Gopher
  - DNS
- Landline
- Carrier pigeon

## Decision

REST API. GraphQL is unfamiliar to me, and REST is adequate. All the other
options are silly.