This is an automated email from the ASF dual-hosted git repository.
xiaofeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 435b5120 update h2 link in README and README_cn (#2212)
435b5120 is described below
commit 435b5120cb26992d0d7789d959e75135d72cb52e
Author: Xiaoyao Zhao <[email protected]>
AuthorDate: Tue Apr 18 12:29:20 2023 +0800
update h2 link in README and README_cn (#2212)
---
README.md | 2 +-
README_cn.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8e28c850..4a9a2409 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
You can use it to:
* Build a server that can talk in multiple protocols (**on same port**), or
access all sorts of services
- * restful http/https,
[h2](https://http2.github.io/http2-spec)/[gRPC](https://grpc.io). using http/h2
in brpc is much more friendly than [libcurl](https://curl.haxx.se/libcurl/).
Access protobuf-based protocols with HTTP/h2+json, probably from another
language.
+ * restful http/https,
[h2](https://httpwg.org/specs/rfc9113.html)/[gRPC](https://grpc.io). using
http/h2 in brpc is much more friendly than
[libcurl](https://curl.haxx.se/libcurl/). Access protobuf-based protocols with
HTTP/h2+json, probably from another language.
* [redis](docs/en/redis_client.md) and
[memcached](docs/en/memcache_client.md), thread-safe, more friendly and
performant than the official clients.
*
[rtmp](https://github.com/apache/brpc/blob/master/src/brpc/rtmp.h)/[flv](https://en.wikipedia.org/wiki/Flash_Video)/[hls](https://en.wikipedia.org/wiki/HTTP_Live_Streaming),
for building [streaming services](https://github.com/brpc/media-server).
* hadoop_rpc (may be opensourced)
diff --git a/README_cn.md b/README_cn.md
index 850123c2..5a0bc8c5 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -11,7 +11,7 @@ brpc是用c++语言编写的工业级RPC框架,常用于搜索、存储、机
你可以使用它:
* 搭建能在**一个端口**支持多协议的服务, 或访问各种服务
- * restful http/https,
[h2](https://http2.github.io/http2-spec)/[gRPC](https://grpc.io)。使用brpc的http实现比[libcurl](https://curl.haxx.se/libcurl/)方便多了。从其他语言通过HTTP/h2+json访问基于protobuf的协议.
+ * restful http/https,
[h2](https://httpwg.org/specs/rfc9113.html)/[gRPC](https://grpc.io)。使用brpc的http实现比[libcurl](https://curl.haxx.se/libcurl/)方便多了。从其他语言通过HTTP/h2+json访问基于protobuf的协议.
* [redis](docs/cn/redis_client.md)和[memcached](docs/cn/memcache_client.md),
线程安全,比官方client更方便。
*
[rtmp](https://github.com/apache/brpc/blob/master/src/brpc/rtmp.h)/[flv](https://en.wikipedia.org/wiki/Flash_Video)/[hls](https://en.wikipedia.org/wiki/HTTP_Live_Streaming),
可用于搭建[流媒体服务](https://github.com/brpc/media-server).
* hadoop_rpc(可能开源)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]