Fitbit / jsonrpc-ts

A very flexible library for building JSON-RPC 2.0 endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@fitbit/jsonrpc-ts

Greenkeeper badge

Coverage Status

This package is a set of components which makes it easy to implement a JSON-RPC 2.0 client or server (or both) over any reliable transport. It is designed to be extremely customizable to fit nearly any use-case. If the implementation of a component from this library doesn't suit your needs, you can simply use your own implementation instead. Even the way that request ids are generated can be customized!

About

A very flexible library for building JSON-RPC 2.0 endpoints

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%