Bun WS Router

JSON →
library 0.6.1 ·javascript
verified Jun 7, 2026

Lightweight WebSocket router for the Bun runtime, version 0.6.1. Released with monthly cadence, supports both client and server-side WebSocket routing with Zod/Valibot schema validation for type-safe messaging. Key differentiators: built specifically for Bun (uses Bun's WebSocket API), supports broadcast, pub/sub, and middleware patterns, and integrates with Hono. Requires zod >=4.0.14 or valibot >=1.1.0. Ideal for real-time applications on Bun.