tarpc VS jsonrpc

Compare tarpc vs jsonrpc and see what are their differences.

tarpc

An RPC framework for Rust with a focus on ease of use. (by google)

jsonrpc

Rust JSON-RPC implementation (by paritytech)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tarpc jsonrpc
6 4
3,025 772
0.9% 0.6%
7.9 2.0
7 days ago 7 days ago
Rust Rust
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.

tarpc

Posts with mentions or reviews of tarpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.

jsonrpc

Posts with mentions or reviews of jsonrpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-01.
  • Hey Rustaceans! Got an easy question? Ask here (9/2022)!
    19 projects | /r/rust | 1 Mar 2022
    paritytech has a Rust JSON-RPC framework.
  • Any suggestion to build a long-lived connection with dual-rpc capability
    7 projects | /r/rust | 11 Feb 2022
    JSON-RPC (https://github.com/paritytech/jsonrpc) might be a solution, so I can create a TCP connection and it can then stream JSON request/response.
  • RiB Newsletter #26
    7 projects | /r/rust | 4 Aug 2021
    This is an async implementation of JSON-RPC, from Parity, who also created the popular jsonrpc crate.
  • RPC over stdin/stdout
    2 projects | /r/rust | 26 Feb 2021
    Hi, I am looking for a fairly stable JSON-RPC implementation over stdin/stdout. I want to implement a plugin architecture similar to Xi-Editor or Nushell. I am aware of Parity JSON-RPC and am wondering how it compares to tonic (gRPC implementation). A very brief search on GitHub revealed that jsonrpc_stdio_server appears to be not that heavily employed by others; therefore, I am leaning towards tonic. However, since I am a Rust beginner, I am a little bit lost about where to start.

What are some alternatives?

When comparing tarpc and jsonrpc you can also consider the following projects:

tonic - A native gRPC client & server implementation with async/await support.

jsonrpsee - Rust JSON-RPC library on top of async/await

capnproto-rust - Cap'n Proto for Rust

winterfell - A STARK prover and verifier for arbitrary computations

lust - A fast, auto-optimizing image server designed for high throughput and caching; Now that is hot.

lsp-server

retainer - Minimal async cache in Rust with support for key expirations

lalrpop - LR(1) parser generator for Rust

delay-timer - Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.

Nova - Nova: High-speed recursive arguments from folding schemes

untokio - pretend tokio doesn't exist

rmp-rpc - a msgpack-rpc rust library based on tokio