Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 286 Bytes

json-rpc-tls

Library for communinicationg over a TLS Socket via JSON RPC containing no production dependencies.

Installation

NPM:

npm install json-rpc-tls

Yarn:

yarn add json-rpc-tls

Examples