jsonrpc-ts
Strongly 💪 Typed Fast and lightweight JSON RPC 2.0 Client for Nodejs (by shekohex)
typed-json-rpc
Simple, statically typed and ergonomic way to do async communications (events, workers, http requests) with json-rpc (by ptol)
| jsonrpc-ts | typed-json-rpc | |
|---|---|---|
| 1 | 1 | |
| 66 | 7 | |
| - | - | |
| 2.8 | 0.0 | |
| over 2 years ago | almost 4 years ago | |
| TypeScript | TypeScript | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jsonrpc-ts
Posts with mentions or reviews of jsonrpc-ts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-11.
-
How to Design Better APIs
Active use is really irrelevant if you only plan on using it inside a company, because you can implement a client and server within 30 mins to an hour, no external tools needed. The spec is clear and readable. It's excellent. We use it with a TypeScript codebase and just share the interfaces for the services in a monorepo.
If you want a more advanced implementation with type inference for Typescript you can use this: https://github.com/shekohex/jsonrpc-ts
I'd still recommend implementing your own, my own implementation is based off the one above.
typed-json-rpc
Posts with mentions or reviews of typed-json-rpc.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing jsonrpc-ts and typed-json-rpc you can also consider the following projects:
awesome-api-devtools - :books: A collection of useful resources for building RESTful HTTP+JSON APIs.
atom-languageclient - Language Server Protocol support for Atom (the basis of Atom-IDE)
webrpc - webrpc is a schema-driven approach to writing backend services for modern Web apps and networks
multithreading - The missing standard library for multithreading in JavaScript (Works in the browser, Node.js, Deno, Bun)
indie-rpc - A simple RPC framework for Kotlin services
servicebox - Typed Web Services for NodeJS