Jsonrpc-ts Alternatives
Similar projects and alternatives to jsonrpc-ts
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
webrpc
webrpc is a schema-driven approach to writing backend services for modern Web apps and networks
-
-
typed-json-rpc
Simple, statically typed and ergonomic way to do async communications (events, workers, http requests) with json-rpc
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
jsonrpc-ts discussion
jsonrpc-ts reviews and mentions
-
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.
Stats
shekohex/jsonrpc-ts is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of jsonrpc-ts is TypeScript.