Websocket Patterns

Design and implement WebSocket connections — connection lifecycle, message protocol, authentication, reconnection strategy, backpressure, and horizontal scaling with a pub/sub broker. Use when asked to "add WebSocket", "real-time updates", "live feed", "Socket.IO", "ws library", "reconnect logic", "backpressure", "scale WebSocket", or "pub/sub over WebSocket". Do NOT use for: one-way server push with no client messages — use SSE instead. Do NOT use for: request/response APIs where HTTP polling is acceptable.

yanacuti1121 a0ab878 6.1 KB Updated 2 repo stars

File contents

yanacuti1121/Yana-AI/tree/main/core/skills/websocket-patterns commit a0ab878cb9

Frequently asked questions

npx skillmds add yanacuti1121/websocket-patterns