brpc

Industrial-grade RPC framework with high performance and ease of use

brewmacoslinux
Try with needOr install directly
Source

About

Better RPC framework

Commands

brpc

Examples

Start a basic brpc server listening on port 8080$ brpc --port=8080
Build a brpc project with CMake after installation$ cmake . && make
Link brpc library in compilation$ g++ main.cpp -o app -lbrpc -lpthread