This is an automated email from the ASF dual-hosted git repository. jerrytan pushed a commit to branch tanzhongyi003-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
commit 1bafe4b2946b0fdcc54a3c2ae7ead2acc54823a9 Author: Tanzhongyi(Jerry Tan) <[email protected]> AuthorDate: Thu Aug 4 08:19:04 2022 +0800 Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef58a289..9f85bfce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ #  -An industrial-grade RPC framework used throughout [Baidu](http://ir.baidu.com/phoenix.zhtml?c=188488&p=irol-irhome), with 1,000,000+ instances(not counting clients) and thousands kinds of services. "brpc" means "better RPC". +brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning etc. + +### "brpc" means "better RPC". You can use it to: * Build a server that can talk in multiple protocols (**on same port**), or access all sorts of services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
