release 1.1.0
Update year in NOTICE
1 file changed
tree: 47b2244b863085ffac347dfadf2eb9637b9d7365
  1. .github/
  2. bazel/
  3. cmake/
  4. community/
  5. docs/
  6. example/
  7. java/
  8. package/
  9. python/
  10. src/
  11. test/
  12. tools/
  13. .asf.yaml
  14. .bazelrc
  15. .gitignore
  16. .travis.yml
  17. BUILD.bazel
  18. build_in_travis_ci.sh
  19. CHANGES.md
  20. CMakeLists.txt
  21. CODE_OF_CONDUCT.md
  22. config.h.in
  23. config_brpc.sh
  24. CONTRIBUTING.md
  25. DISCLAIMER
  26. Dockerfile
  27. glog.BUILD
  28. leveldb.BUILD
  29. LICENSE
  30. Makefile
  31. NOTICE
  32. openssl.BUILD
  33. README.md
  34. README_cn.md
  35. RELEASE_VERSION
  36. WORKSPACE
  37. zlib.BUILD
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. “brpc” means “better RPC”.

You can use it to:

Try it!

Contribute code

Please refer to here.

Feedback and Getting involved