Prechádzať zdrojové kódy

Merge pull request #371 from holmes1412/master

Update README
liyingxin 2 mesiacov pred
rodič
commit
e75ec9671a
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      README.md
  2. 1 1
      README_cn.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ Its main features include:
   * Support several IDL formats: [`Protobuf`](/tutorial/echo_pb.proto), [`Thrift`](/tutorial/echo_thrift.thrift)
   * Support several data formats transparently: `Json`, `Protobuf`, `Thrift Binary`
   * Support several compression formats, the framework automatically decompresses: `gzip`, `zlib`, `snappy`, `lz4`
-  * Support several communication protocols transparently: `tcp`, `http`, `ssl`, `https`
+  * Support several communication protocols transparently: `tcp`, `udp`, `sctp`, `tcp ssl`
   * With [HTTP+JSON](/docs/docs-07-srpc-http.md), you can communicate with the client or server in any language
   * Use it together with [Workflow Series and Parallel](/docs/docs-06-workflow.md) to facilitate the use of calculations and other asynchronous resources
   * Perfectly compatible with all Workflow functions, such as name service, [upstream](docs/docs-06-workflow.md#3-upstream) and other components

+ 1 - 1
README_cn.md

@@ -21,7 +21,7 @@
   * 支持多种IDL格式:[`Protobuf`](/tutorial/echo_pb.proto)、[`Thrift`](/tutorial/echo_thrift.thrift)
   * 支持多种数据布局,使用上完全透明:`Json`、`Protobuf`、`Thrift Binary`
   * 支持多种压缩,框架自动解压:`gzip`、`zlib`、`snappy`、`lz4`
-  * 支持多种通信协议:`tcp`、`http`、`sctp`、`ssl`、`https`
+  * 支持多种通信协议:`tcp`, `udp`, `sctp`, `tcp ssl`
   * 可以通过[http+json实现跨语言](/docs/docs-07-srpc-http.md)
   * 可以使用[Workflow串并联任务流](/docs/docs-06-workflow.md),打通计算及其他异步资源
   * 完美兼容Workflow所有功能:命名服务体系、[upstream](docs/docs-06-workflow.md#3-upstream)、其他组件等