0.9.7 release candidate 01
Merge pull request #946 from zyearn/insert_apache_header

insert missing apache header
tree: 289254c74932ed306a37c37a80e0a8ee10af3474
  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
  22. Dockerfile
  23. glog.BUILD
  24. leveldb.BUILD
  25. LICENSE
  26. Makefile
  27. NOTICE
  28. README.md
  29. README_cn.md
  30. 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