From 7c83155e4f8431f021741354c1e632e34ed20a81 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Fri, 17 Sep 2021 10:44:42 +0800 Subject: [PATCH] mention cncf landscape (#1054) --- readme-cn.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme-cn.md b/readme-cn.md index 761b04fb..49c8eae1 100644 --- a/readme-cn.md +++ b/readme-cn.md @@ -13,7 +13,7 @@ ## 0. go-zero 介绍 -go-zero 是一个集成了各种工程实践的 web 和 rpc 框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。 +go-zero(收录于 CNCF 云原生技术全景图:[https://landscape.cncf.io/?selected=go-zero](https://landscape.cncf.io/?selected=go-zero))是一个集成了各种工程实践的 web 和 rpc 框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。 go-zero 包含极简的 API 定义和生成工具 goctl,可以根据定义的 api 文件一键生成 Go, iOS, Android, Kotlin, Dart, TypeScript, JavaScript 代码,并可直接运行。 diff --git a/readme.md b/readme.md index fe76eee3..d3458c13 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ English | [简体中文](readme-cn.md) ## 0. what is go-zero -go-zero is a web and rpc framework with lots of builtin engineering practices. It’s born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years. +go-zero (listed in CNCF Landscape: [https://landscape.cncf.io/?selected=go-zero](https://landscape.cncf.io/?selected=go-zero)) is a web and rpc framework with lots of builtin engineering practices. It’s born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years. go-zero contains simple API description syntax and code generation tool called `goctl`. You can generate Go, iOS, Android, Kotlin, Dart, TypeScript, JavaScript from .api files with `goctl`.