0.0.1 • Published 8 months ago

@onflow/util-rpc v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@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(...)
0.0.2-alpha.0

8 months ago

0.0.1

11 months ago