dreamstack/compiler
enzotar 08e36573a5 feat: HTTP /meta API, signal dedup, periodic auto-sync
Relay HTTP /meta endpoint:
- GET /meta → JSON with all channel stats
- GET /meta/{name} → JSON with specific channel stats, schema, current state
- Uses TCP peek to intercept raw HTTP before WS handshake
- CORS headers for browser access

Signal deduplication:
- _lastSentValues tracks last-sent value per signal
- JSON.stringify comparison skips unchanged values
- Prevents redundant WS frames from derived signals

Periodic auto-sync:
- Every 50 diff batches, source sends full SignalSync (0x30)
- Relay can compact its cache instead of accumulating infinite diffs
- Resets pending_signal_diffs in relay cache

All 57 relay tests pass. All 9 examples pass.
2026-02-26 18:17:25 -08:00
..
ds-analyzer feat: when/else conditional branching 2026-02-26 16:03:29 -08:00
ds-cli feat: upgrade init starter app to showcase all DreamStack features 2026-02-26 16:57:08 -08:00
ds-codegen feat: HTTP /meta API, signal dedup, periodic auto-sync 2026-02-26 18:17:25 -08:00
ds-incremental feat: component registry with styled variants, dreamstack add/convert CLI, and showcase 2026-02-26 13:27:49 -08:00
ds-layout feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-parser fix: merge duplicate click props + upgrade streaming examples 2026-02-26 17:44:21 -08:00
ds-types feat: dynamic lists (push/remove/pop) + TodoMVC demo 2026-02-26 16:46:06 -08:00