websocket-realtime-builder
Installation
SKILL.md
WebSocket Realtime Builder
Build real-time applications with WebSockets and Socket.io.
Core Workflow
- Choose library: Socket.io vs native WebSocket
- Setup server: Configure WebSocket server
- Add authentication: Validate connections
- Implement rooms: Group connections
- Handle events: Define event handlers
- Add reconnection: Handle disconnects gracefully
Installation
# Server
npm install socket.io