All Projects → Fitbit → jsonrpc-ts

Fitbit / jsonrpc-ts

Licence: BSD-3-Clause license
A very flexible library for building JSON-RPC 2.0 endpoints

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jsonrpc-ts

Spooky
An HttpClient based Json RPC 2.0/XML-RPC client for .Net.
Stars: ✭ 16 (-15.79%)
Mutual labels:  json-rpc
io-ts-promise
io-ts for developers who like Promises
Stars: ✭ 69 (+263.16%)
Mutual labels:  io-ts
tordam
A library for peer discovery inside the Tor network
Stars: ✭ 13 (-31.58%)
Mutual labels:  json-rpc
TypeScript.NET-Core
A JavaScript-Friendly .NET Based TypeScript Library
Stars: ✭ 30 (+57.89%)
Mutual labels:  typescript-library
moment-recur-ts
Conversion of the moment-recur library into TypeScript.
Stars: ✭ 17 (-10.53%)
Mutual labels:  typescript-library
constant-time-js
Constant-time JavaScript functions
Stars: ✭ 43 (+126.32%)
Mutual labels:  typescript-library
ColorTranslator
A JavaScript library, written in TypeScript, to convert among different color models
Stars: ✭ 34 (+78.95%)
Mutual labels:  typescript-library
aiohttp-json-rpc
Implements JSON-RPC 2.0 using aiohttp
Stars: ✭ 54 (+184.21%)
Mutual labels:  json-rpc
material-color-utilities
Color libraries for Material You
Stars: ✭ 605 (+3084.21%)
Mutual labels:  typescript-library
JsonRpc.Standard
An asynchronous .NET Standard library for JSON RPC client & server implementation.
Stars: ✭ 27 (+42.11%)
Mutual labels:  json-rpc
cargo-react
A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components
Stars: ✭ 13 (-31.58%)
Mutual labels:  typescript-library
coreipc
WCF-like service model API for communication over named pipes and TCP. .NET and node.js clients.
Stars: ✭ 22 (+15.79%)
Mutual labels:  json-rpc
jsonrpc2-zeromq-python
JSON-RPC 2.0 over ZeroMQ in Python
Stars: ✭ 52 (+173.68%)
Mutual labels:  json-rpc
sdk-design-assets
Downloadable design assets for the Fitbit SDK.
Stars: ✭ 75 (+294.74%)
Mutual labels:  fitbit-sdk
TypeScript-Library-Checklist
Your pre-launch checklist.
Stars: ✭ 19 (+0%)
Mutual labels:  typescript-library
eth-rpc-errors
Ethereum RPC Errors
Stars: ✭ 78 (+310.53%)
Mutual labels:  json-rpc
mutoid
Reactive library for data fetching, caching, state management
Stars: ✭ 24 (+26.32%)
Mutual labels:  io-ts
zeit
A Fitbit clock face for learners of the German language
Stars: ✭ 41 (+115.79%)
Mutual labels:  fitbit-sdk
ossapps
A non-exhaustive list of open sourced clock faces, applications and modules from the community.
Stars: ✭ 393 (+1968.42%)
Mutual labels:  fitbit-sdk
react-loading-icons
A TypeScript-React edition of Sam Herbert's amazing SVG Loaders.
Stars: ✭ 32 (+68.42%)
Mutual labels:  typescript-library

@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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].