@ctsy/rpc
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

Tsy`s RPC for nodejs and brower SDK

Support both JSON AND Buffer

how to use it

install this package

npm i @ctsy/rpc

import this package

import RPC from '@ctsy/rpc'
let rpc = new RPC();
let buffer = rpc.encode();

//or
let rpc = RPC.decode(buffer)

协议设计规则

Readme

Keywords

none

Package Sidebar

Install

npm i @ctsy/rpc

Weekly Downloads

4

Version

1.0.13

License

MIT

Unpacked Size

12.4 kB

Total Files

6

Last publish

Collaborators

  • ida_xyt
  • yanpengquan