easy-websocket

JSON →
library 0.2.1 ·javascript maintenance
verified Jun 7, 2026

A simple WebSocket server library for Node.js that provides both high-level connection handling and low-level frame manipulation. Current stable version is 0.2.1. It allows custom authentication via an optional auth callback and supports both string and binary data frames. Compared to alternatives like ws or Socket.IO, easy-websocket offers a minimal API but lacks advanced features like reconnection, automatic JSON parsing, and client-side support.