backend-websocket
Installation
SKILL.md
Backend WebSocket Support
This skill adds WebSocket support to a Koa backend with JWT authentication.
Overview
WebSocket connections require:
- JWT authentication as the first message
- Structured message format for all communication
- Proper cleanup on disconnect
Installation
npm install koa-websocket short-uuid @types/koa-websocket