Skip to content

Commit

Permalink
Merge pull request #371 from holmes1412/master
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
holmes1412 authored Mar 18, 2024
2 parents 8785ffc + 1c91060 commit e75ec96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)、其他组件等
Expand Down

0 comments on commit e75ec96

Please sign in to comment.