Commit d461ff7f authored by gejun's avatar gejun

updated README

parent 1e2ea13f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# ![brpc](docs/images/logo.png) # ![brpc](docs/images/logo.png)
A industrial-grade RPC framework used throughout [Baidu](http://ir.baidu.com/phoenix.zhtml?c=188488&p=irol-irhome), with a million+ instances(not counting clients) and thousands kinds of services, called "**baidu-rpc**" inside Baidu. Only C++ implementation is opensourced right now. A 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, called "**baidu-rpc**" inside Baidu. Only C++ implementation is opensourced right now.
You can use it to: You can use it to:
* Build a server that can talk in multiple protocols (**on same port**), or access all sorts of services * Build a server that can talk in multiple protocols (**on same port**), or access all sorts of services
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# ![brpc](docs/images/logo.png) # ![brpc](docs/images/logo.png)
百度内最常使用的工业级RPC框架, 有超过一百万个实例(不包含client)和上千种多种服务, 在百度内叫做"**baidu-rpc**". 目前只开源C++版本。 百度内最常使用的工业级RPC框架, 有1,000,000+个实例(不包含client)和上千种多种服务, 在百度内叫做"**baidu-rpc**". 目前只开源C++版本。
你可以使用它: 你可以使用它:
......
...@@ -36,7 +36,7 @@ RPC不是万能的抽象,否则我们也不需要TCP/IP这一层了。但是 ...@@ -36,7 +36,7 @@ RPC不是万能的抽象,否则我们也不需要TCP/IP这一层了。但是
# 什么是![brpc](../images/logo.png)? # 什么是![brpc](../images/logo.png)?
百度内最常使用的工业级RPC框架, 有超过一百万个实例(不包含client)和上千种服务, 在百度内叫做"**baidu-rpc**". 目前只开源C++版本。 百度内最常使用的工业级RPC框架, 有1,000,000+个实例(不包含client)和上千种服务, 在百度内叫做"**baidu-rpc**". 目前只开源C++版本。
你可以使用它: 你可以使用它:
......
...@@ -34,7 +34,7 @@ Common doubts on RPC: ...@@ -34,7 +34,7 @@ Common doubts on RPC:
# What is ![brpc](../images/logo.png)? # What is ![brpc](../images/logo.png)?
A industrial-grade RPC framework used throughout [Baidu](http://ir.baidu.com/phoenix.zhtml?c=188488&p=irol-irhome), with 1 million+ instances(not counting clients) and thousands kinds of services, called "**baidu-rpc**" inside Baidu. Only C++ implementation is opensourced right now. A 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, called "**baidu-rpc**" inside Baidu. Only C++ implementation is opensourced right now.
You can use it to: You can use it to:
* Build a server that can talk in multiple protocols (**on same port**), or access all sorts of services * Build a server that can talk in multiple protocols (**on same port**), or access all sorts of services
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment