npm.io
0.0.3 • Published 11 months ago

@onflow/util-rpc

Licence
Apache-2.0
Version
0.0.3
Deps
1
Size
61 kB
Vulns
0
Weekly
0
Stars
333

@onflow/util-rpc

Lightweight utility for creating transport-agnostic, bidirectional JSON-RPC channels.

Status

  • Last Updated: Aug 6th, 2024
  • Stable: No
  • Risk of Breaking Change: Yes

Install

npm install --save @onflow/util-rpc

Usage

import {RpcClient} from "@onflow/util-rpc"

const rpc = new RpcClient(...)
rpc.connect(...)