百度BRPC框架

zhujiashun 585c081ba1 Fix brpc_h2_unsent_message_unittest před 5 roky
.github 37ff0970b6 Change some slashes to brackets před 5 roky
bazel 10e65c9946 chore: update google_protobuf před 6 roky
cmake d42f35109a Fix cmake build issue when use this project as a submodule. (#428) před 5 roky
docs 0ee6e32ce3 polish http_derivatives.md před 5 roky
example 7e4197f7db fix default protocol in example/grpc_c++/client.cpp před 5 roky
java 31d45c205d Add empty folder of python and java před 6 roky
python 31d45c205d Add empty folder of python and java před 6 roky
src eb8b97c254 Remove _goaway_sent před 5 roky
test 585c081ba1 Fix brpc_h2_unsent_message_unittest před 5 roky
tools 24779b408b Revert tools/clean_all_examples to clean Makefiles před 5 roky
.gitignore 0a000b4644 remove unnecessary code před 5 roky
.travis.yml 0d0ab63ca3 chore: fix travis před 6 roky
BUILD 798e9a112d Move BinaryPrinter into separate files and make it more generic před 5 roky
CMakeLists.txt 798e9a112d Move BinaryPrinter into separate files and make it more generic před 5 roky
CODE_OF_CONDUCT.md 2323f5e3a8 Create CODE_OF_CONDUCT.md před 5 roky
CONTRIBUTING.md fd45ffc1f1 Change the new-issue links před 5 roky
Dockerfile a6408e5844 add docker před 6 roky
LICENSE 0630ae1e8a Patch svn r35206 & fix compilation of tools před 6 roky
Makefile 5947fed81b add H2UnsentReq profiler před 5 roky
README.md bd502a725a Move contribution related info into contributing.md před 5 roky
README_cn.md fd45ffc1f1 Change the new-issue links před 5 roky
WORKSPACE af913b6611 travis-ci support bazel build před 6 roky
build_in_travis_ci.sh 0d0ab63ca3 chore: fix travis před 6 roky
config.h.in b92c498139 support conditional flags on certain gcc and compile proto file using cmake, based on CMakefile from kevin-xu-158 před 6 roky
config_brpc.sh d864ccabd8 config_brpc.sh only uses realpath in macosx před 6 roky
glog.BUILD ce04d18af2 bazel build support glog před 6 roky
leveldb.BUILD 5cc6f207bb chore: fix undefined reference to butil::ReadCommandLine when to build with bazel před 6 roky

README.md

中文版

Build Status

brpc

An industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services, called "baidu-rpc" inside Baidu. Only C++ implementation is opensourced right now.

You can use it to:

Try it!

Contribute code

Please refer to here.

Feedback

Please report bugs, concerns, suggestions by issues, or join QQ-group 498837325 to discuss problems around source code.