An open API service indexing awesome lists of open source software.

https://github.com/kaplanmaxe/json-rpc-tls

Library for communinicationg over a TLS Socket via JSON RPC.
https://github.com/kaplanmaxe/json-rpc-tls

jsonrpc jsonrpc2 tls

Last synced: 10 months ago
JSON representation

Library for communinicationg over a TLS Socket via JSON RPC.

Awesome Lists containing this project

README

          

# 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

- [Typescript](./examples/index.ts)
- [Javascript](./examples/index.js)