real-time-sync
Installation
SKILL.md
Real-Time Sync
Discovery
Infer from context, then confirm:
- Direction? — Server → client only (feed, notifications, live count), or bidirectional (chat, collaborative editing, presence)?
- Transport constraint? — Serverless/edge (no persistent connections), self-hosted (full control), or behind a load balancer?
- Existing infrastructure? — Redis available? Is the backend stateless across multiple instances?
- Failure tolerance? — Can the user miss events during a disconnect, or must all events be delivered?
Transport Decision
Pick once. Switching later is expensive.