building-websocket-server
jeremylongshore/claude-code-plugins-plus-skills
Provides a comprehensive guide and implementation pattern for building scalable WebSocket servers. This skill covers real-time, bidirectional communication, handling connection lifecycle, implementing room/channel subscriptions, and ensuring horizontal scalability using Redis pub/sub. It is ideal for developing high-throughput, low-latency applications like chat platforms, live dashboards, and collaborative editing tools.