0.9.7
Merge pull request #1024 from zyearn/add_DISCLAIMER_WIP

add DISCLAIMER_WIP
tree: 41c85b1d60435bb6536a2ebad5d1b45550c2e346
  1. .github/
  2. bazel/
  3. cmake/
  4. docs/
  5. example/
  6. java/
  7. python/
  8. src/
  9. test/
  10. tools/
  11. .bazelrc
  12. .gitignore
  13. .travis.yml
  14. BUILD
  15. build_in_travis_ci.sh
  16. CMakeLists.txt
  17. CODE_OF_CONDUCT.md
  18. config.h.in
  19. config_brpc.sh
  20. CONTRIBUTING.md
  21. DISCLAIMER-WIP
  22. Dockerfile
  23. glog.BUILD
  24. leveldb.BUILD
  25. LICENSE
  26. Makefile
  27. NOTICE
  28. README.md
  29. README_cn.md
  30. RELEASE_VERSION
  31. WORKSPACE
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 and Getting involved