Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update server dev links #113

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/user_guide/server/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,8 @@ These three types of services all use PB files to define interfaces. In order to

For the setup of common service types, please refer to the following links:

- [Setup tRPC service](todo)
- [Setup tRPC streaming service](todo)
- [Setup generic HTTP RPC service](todo)
- [Setup generic HTTP standard service](todo)
- [Setup gRPC service](todo)
- [Setup scheduled task service](todo)
- [Setup consumer service](todo)
- [Setup tRPC streaming service](/stream/README.md)
- [Setup HTTP RPC/standard service](/http/README.md)

Some third-party codec plugins: [trpc-ecosystem/go-codec](https://github.com/trpc-ecosystem/go-codec).

Expand Down
9 changes: 2 additions & 7 deletions docs/user_guide/server/overview.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,8 @@ func main() {

常见服务类型的搭建,请参考如下链接:

- [搭建 tRPC 服务](todo)
- [搭建 tRPC 流式服务](todo)
- [搭建泛 HTTP RPC 服务](todo)
- [搭建泛 HTTP 标准服务](todo)
- [搭建 gRPC 服务](todo)
- [搭建定时器服务](todo)
- [搭建消费者服务](todo)
- [搭建 tRPC 流式服务](/stream/README.zh_CN.md)
- [搭建泛 HTTP RPC/标准服务](/http/README.zh_CN.md)

一些第三方协议插件见:[trpc-ecosystem/go-codec](https://github.com/trpc-ecosystem/go-codec)。

Expand Down