diff --git a/README.md b/README.md index bb877e17..faa5c0d5 100644 --- a/README.md +++ b/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 diff --git a/README_cn.md b/README_cn.md index 3123cf8c..c978c37e 100644 --- a/README_cn.md +++ b/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)、其他组件等