Apache Thrift VS rpclib

Compare Apache Thrift vs rpclib and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Apache Thrift rpclib
10 4
10,135 1,598
0.5% 0.0%
8.9 0.0
10 days ago over 1 year ago
C++ C++
Apache License 2.0 GNU General Public License v3.0 or later
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.

Apache Thrift

Posts with mentions or reviews of Apache Thrift. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.

rpclib

Posts with mentions or reviews of rpclib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-24.
  • Is there a way to keep the client alive in rpclib?
    1 project | /r/cpp_questions | 27 Nov 2021
    If by rpclib you mean this: https://github.com/rpclib/rpclib then it's not clear what you're talking about. The code for that client retains the connection to the server for the duration of the connection, though of course if you simply wait for too long without sending anything the connection will time out and get torn down.
  • rpclib is looking for a new maintainer
    5 projects | /r/cpp | 24 Apr 2021
    Thanks for all your hard work in the past years. I'm not able to take over as a maintainer, but you mentioned CI rot and I can take thorough look at that! I opened a small PR refactoring the AppVeyor configuration.

What are some alternatives?

When comparing Apache Thrift and rpclib you can also consider the following projects:

gRPC - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

ZeroMQ - ZeroMQ core engine in C++, implements ZMTP/3.1

Cap'n Proto - Cap'n Proto serialization/RPC system - core tools and C++ library

Protobuf - Protocol Buffers - Google's data interchange format

nanomsg - nanomsg library

Apache Avro - Apache Avro is a data serialization system.

eCAL - Please visit the new repository: https://github.com/eclipse-ecal/ecal

Apache Parquet - Apache Parquet

simple-rpc-cpp - a simple RPC wrapper generator to C/C++ functions