websocket
Installation
SKILL.md
WebSocket Skill
Production-grade WebSocket patterns for real-time communication in Python applications.
When to Use This Skill
Use this skill when:
- Building real-time features (chat, notifications, live updates)
- Implementing bidirectional client-server communication
- Creating collaborative features (multi-user editing, presence)
- Building dashboards with live data feeds
- Implementing game servers or real-time applications
Core Mental Model
A WebSocket connection is fundamentally different from HTTP: