Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Protobuf | 62,153 | 12,470 | 3,917 | 10 hours ago | 152 | November 15, 2023 | 910 | other | C++ | |
Protocol Buffers - Google's data interchange format | ||||||||||
Flatbuffers | 21,434 | 1,589 | 4 days ago | 250 | May 26, 2023 | 152 | apache-2.0 | C++ | ||
FlatBuffers: Memory Efficient Serialization Library | ||||||||||
Capnproto | 10,748 | 2 | 5 days ago | 10 | November 21, 2023 | 211 | other | C++ | ||
Cap'n Proto serialization/RPC system - core tools and C++ library | ||||||||||
Twirp | 6,658 | 35 | 249 | a month ago | 52 | October 24, 2022 | 7 | apache-2.0 | Go | |
A simple RPC framework with protobuf service definitions | ||||||||||
Evans | 3,965 | 7 | 3 days ago | 50 | February 26, 2023 | 29 | mit | Go | ||
Evans: more expressive universal gRPC client | ||||||||||
Cellnet | 3,878 | 7 | a year ago | 3 | March 11, 2021 | 8 | mit | Go | ||
High performance, simple, extensible golang open source network library | ||||||||||
Sofa Rpc | 3,761 | 25 | 18 | 5 days ago | 60 | September 11, 2023 | 32 | apache-2.0 | Java | |
SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework. | ||||||||||
Msec | 2,724 | 4 years ago | 31 | other | Java | |||||
Mass Service Engine in Cluster(MSEC) is opened source by QQ team from Tencent. It is a backend DEV &OPS engine, including RPC,name finding,load balance,monitoring,release and capacity management. | ||||||||||
Connect Go | 2,369 | 139 | 3 days ago | 27 | October 24, 2023 | 14 | apache-2.0 | Go | ||
The Go implementation of Connect: Protobuf RPC that works. | ||||||||||
Sofa Pbrpc | 2,103 | 3 months ago | 53 | other | C++ | |||||
A light-weight RPC implement of google protobuf RPC framework. |
Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.