websockets-realtime
SKILL.md
WebSockets & Real-Time
Comprehensive guide for building real-time applications.
Real-Time Technologies
Comparison
| Technology | Direction | Use Case |
|---|---|---|
| WebSocket | Bidirectional | Chat, gaming, collaboration |
| Server-Sent Events | Server → Client | Live feeds, notifications |
| Long Polling | Simulated bidirectional | Fallback, simple updates |
| WebRTC | Peer-to-peer | Video calls, file sharing |