@onflow/util-rpc
v0.0.2
Published
Lightweight utility for creating transport-agnostic, bidirectional JSON-RPC channels.
Downloads
12,851
Maintainers
Keywords
Readme
@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(...)