websocket-pool
JSON →A pool of WebSocket connections with automatic reconnection and load balancing. Version 1.3.2 is the current stable release, with no new releases since 2019. It allows distributing messages across multiple WebSocket servers using a pluggable scheduler (e.g., round-robin). Supports any WebSocket implementation (native or `ws`). Different from `reconnecting-websocket` which handles a single connection, and `generic-pool` which requires custom adaptation. Node.js >=6. ISC license.
Resources
packagewebsocket-pool ↗