jsonrpc-client-websocket

JSON →
library 1.5.5 ·javascript
verified Jun 7, 2026

A simple JSON RPC 2.0 client over WebSocket. Version 1.5.5 released under MIT license. Provides a lightweight, typed, promise-based client for bidirectional JSON-RPC communication over WebSocket with support for both positional and named parameters, request timeouts, and automatic error handling. Ships TypeScript declarations. Differentiated by its minimal API footprint, built-in callback for unexpected errors, and support for defining methods that can be called remotely. Suitable for Node.js and browser environments.