backend-websocket

Installation
SKILL.md

Backend WebSocket Support

This skill adds WebSocket support to a Koa backend with JWT authentication.

Overview

WebSocket connections require:

  1. JWT authentication as the first message
  2. Structured message format for all communication
  3. Proper cleanup on disconnect

Installation

npm install koa-websocket short-uuid @types/koa-websocket

Implementation

Related skills
Installs
8
GitHub Stars
1
First Seen
Jan 23, 2026