Skip to content

Commit

Permalink
docs: add cwgo server hex in overview (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoranz758 committed Mar 18, 2024
1 parent e2a22af commit 38ed7b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/cwgo/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The cwgo tool supports development in MAC, Linux, and Windows environments, and

The cwgo tool supports generating Server and Client codes of Kitex and Hertz, and provides an encapsulation of Client. Users can call downstream out of the box, eliminating the cumbersome steps of encapsulating the Client.

cwgo Server supports enabling both HTTP and RPC services on the same port. Please refer to [hex usage](https://github.com/cloudwego/hertz-examples/tree/main/hex).

- Support for generating relational database code

The cwgo tool supports generating relational database CURD code. Users no longer need to encapsulate the cumbersome CURD code by themselves, which improves the user's work efficiency.
Expand Down
2 changes: 2 additions & 0 deletions content/zh/docs/cwgo/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ cwgo 工具支持在 MAC 、Linux 和 Windows 环境下开发,可以方便生

cwgo 工具支持生成 Kitex、Hertz 的 Server 和 Client 代码,提供了对 Client 的封装。用户可以开箱即用的调用下游,免去封装 Client 的繁琐步骤。

cwgo Server 支持在一个端口同时启用 HTTP 服务和 RPC 服务,详见[hex用法示例](https://github.com/cloudwego/hertz-examples/tree/main/hex)

- 支持生成关系型数据库代码

cwgo 工具支持生成关系型数据库 CURD 代码。用户无需再自行封装繁琐的 CURD 代码,提高用户的工作效率。
Expand Down

0 comments on commit 38ed7b8

Please sign in to comment.