소개
This skill provides standardized patterns for building robust real-time communication layers in modern web applications, covering everything from one-way Server-Sent Events (SSE) for LLM responses to bidirectional WebSockets for collaborative tools. It emphasizes production-ready features like exponential backoff reconnection, backpressure management, and critical Python resource cleanup using the aclosing() pattern to prevent memory leaks in async generators. Whether you are building a chat interface or a live data dashboard, these patterns ensure efficient, low-latency delivery.