node-mole-rpc icon indicating copy to clipboard operation
node-mole-rpc copied to clipboard

Transport agnostic spec compliant JSON RPC client and server

Results 17 node-mole-rpc issues
Sort by recently updated
recently updated
newest added

any plans to support http2 as a transport?

Problem: we need to handle server availability for some transports (ws,mqtt) that don't support transport-level pings. WS actually support pings, but this API is not available in browser. Solution: Create...

Problem: we need to handle server availability for some transports (ws,mqtt) that don't support transport-level pings. WS actually support pings, but this API is not available in browser. Solution: Create...

## Changes - Added `options` param into MoleClient.callMethod to pass `timeout`