brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
rpc
Métricas principais
Crescimento de estrelas
Estrelas
17.6k
Forks
4.1k
Crescimento semanal
—
Issues
379
5k10k15k
set. de 2017fev. de 2019ago. de 2020fev. de 2022ago. de 2023jan. de 2025jul. de 2026
bRPC is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc.
"bRPC" means "better RPC".
You can use it to:
Build a server that can talk in multiple protocols (on same port), or access all sorts of services
restful http/https, h2/gRPC. using http/h2 in bRPC is much more friendly than libcurl. Access protobuf-based protocols with HTTP/h2+json, probably from another language.
redis and memcached, thread-safe, more friendly and performant than the official clients.
Extend bRPC with the protocols used in your organization quickly, or customize components, including naming services (dns, zk, etcd), load balancers (rr, random, consistent hashing)
Try it!
Read overview to know where bRPC can be used and its advantages.