docs: realtime now optional — Status headers + conditional HTML rendering

This commit is contained in:
2026-05-09 13:46:41 +02:00
parent 57b2ff5191
commit 39fd2a9f80
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Realtime
> **Prerequisite:** This guide assumes `@repo/core-realtime` is present. If you started from the slim template, run `pnpm turbo gen core-package realtime` first.
Walkthrough for adding Socket.IO realtime channels, broadcasts, and inbound handlers to a feature. For the architectural rationale, see [ADR-016](../decisions/adr-016-realtime-layer.md) and [the full spec](../superpowers/specs/2026-05-08-realtime-design.md).
The three rules to keep in mind: