Publish ITWorx Pulse source
Public source validation / validate (push) Failing after 3m8s

This commit is contained in:
ITWorx Pulse release export
2026-09-03 02:09:19 +02:00
commit bd774932d5
614 changed files with 77116 additions and 0 deletions
@@ -0,0 +1,17 @@
# ADR 0006 — REST plus WebSocket
**Status:** Accepted baseline
## Decision
Use versioned REST for requests/configuration/history and one authenticated WebSocket per browser session for bounded live updates.
## Rationale
REST is clear for CRUD/query operations. WebSocket supports low-latency subscriptions and server-side coalescing without repeated polling of full datasets.
## Consequences
- Messages use explicit schema/version/sequence.
- Reconnect and resync are required.
- Subscription, rate, size and buffer limits are mandatory.