blob: 643dc7c1e029c4503c275607a0d5a08862c4d332 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ard-004: REST API for communication between UIs and the CRDT sync server
## 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.
|