pull-websocket
JSON →A pull-stream-based WebSocket client and server library, actively maintained as a friendly fork of the unmaintained pull-ws. Current version 3.4.2 (stable, last updated 2022). Provides a simple pull-stream interface for WebSocket connections, supporting both client (connect) and server (createServer) modes. Key differentiators: uses pull-streams for backpressure and composability, works in Node.js and browsers (with bundlers), and supports TLS and HTTP server integration. Compared to raw ws or WebSocket, it integrates seamlessly with the pull-stream ecosystem for streaming data.
Resources
packagepull-websocket ↗