Skip to content

Commit f66b163

Browse files
committed
docs(readme): soften DATA LAYERS line—purpose not stakeholder claims
Made-with: Cursor
1 parent e8c97ca commit f66b163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Personal experiment: keep a React UI responsive when the screen and data path wa
77
- **Clear hot path:** WebSocket in a **worker**, numeric **SharedArrayBuffer**, **`requestAnimationFrame`** for canvases, **Zustand** for slower UI with **selective** subscriptions. That is a direct answer to keeping React off the **10–50 Hz** presentation path.
88
- **Tier A / B / C:** Presentation (SAB + rAF) vs throttled app state vs reference HTTP. Real split, not labels for show.
99
- **Go + embedded SPA:** One binary can ship the UI; dev mode still uses Vite HMR.
10-
- **DATA LAYERS:** Draggable tier map for demos; in defense- and GCS-style technical reviews, stakeholders often expect a concise explanation of the data path—this panel supports that walkthrough.
10+
- **DATA LAYERS:** Draggable tier map for demos—walk tier A/B/C from ingest to UI in the running app when a demo or Q&A needs the path visible (defense/GCS-style settings are one example).
1111

1212
See **[docs/ARCHITECTURE.md](docs/ARCHITECTURE.md)** for problem statement, **why worker + SAB**, **COOP/COEP**, and a short “real system” sketch (binary telemetry, WebRTC video, dronekit-runtime).
1313

0 commit comments

Comments
 (0)