Acerca de
This skill provides a comprehensive framework for building real-time, bidirectional communication features in Python web applications. It focuses on a production-grade approach, emphasizing explicit connection lifecycles, centralized state management via a Connection Manager, and structured message contracts. By abstracting the complexities of asynchronous receive loops and room-based routing, it enables developers to implement features like live chats, collaborative editing, and real-time dashboards while ensuring defensive error handling, memory safety, and predictable system behavior.