Elmer Socket

JSON →
library 2.0.14 ·javascript
verified Jun 7, 2026

A lightweight WebSocket client library for Node.js built on the `ws` library (peer dependency v8.11.0+). Provides a clean, Promise-based API for WebSocket connections, message handling, and automatic reconnection. Current stable version is 2.0.14, released with TypeScript declarations included. Differentiates from raw `ws` by offering higher-level abstractions like event emitters, reconnection logic, and simpler error handling. Suitable for real-time applications, chat systems, and live data feeds.