This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new f0643b1 docs: update the docs/zh/latest/README.md (#5583)
f0643b1 is described below
commit f0643b1b806aff87175a510716bece5f02088f21
Author: besich <[email protected]>
AuthorDate: Wed Nov 24 15:56:05 2021 +0800
docs: update the docs/zh/latest/README.md (#5583)
Co-authored-by: 琚致远 <[email protected]>
Co-authored-by: liangfei <[email protected]>
Co-authored-by: 罗泽轩 <[email protected]>
---
docs/zh/latest/README.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index 9164d0f..f58a79e 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -144,6 +144,16 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
- 自定义负载均衡算法:可以在 `balancer` 阶段使用自定义负载均衡算法。
- 自定义路由: 支持用户自己实现路由算法。
+- **多语言支持**
+ - Apache APISIX 是一个通过 `WASM` 和 `RPC` 支持不同语言来进行插件开发的网关.
+ 
+ - WASM 或 WebAssembly 是比较现代的开发方式。 APISIX 能加载运行使用[Proxy WASM
SDK](https://github.com/proxy-wasm/spec#sdks)编译的 WASM 字节码。开发者仅需要使用该 SDK
编写代码,然后编译成 WASM 字节码,即可运行在 APISIX 中的 WASM 虚拟机中。
+ - RPC 是一种比较传统的开发方式。开发者可以使用他们需要的语言来进行 RPC 服务的开发,该 RPC 通过本地通讯来跟 APISIX
进行数据交换。到目前为止,APISIX
已支持[Java](https://github.com/apache/apisix-java-plugin-runner),
[Golang](https://github.com/apache/apisix-go-plugin-runner),
[Python](https://github.com/apache/apisix-python-plugin-runner) and Node.js.
+
+- **Serverless**
+ - [Lua functions](plugins/serverless.md): 能在 APISIX 每个阶段调用 lua 函数.
+ - [Azure functions](docs/en/latest/plugins/azure-functions.md): 能无缝整合进 Azure
Serverless Function 中。作为动态上游,能将特定的 URI 请求全部代理到微软 Azure 云中。
+
## 立刻开始
1. 安装
@@ -221,7 +231,9 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
### 贡献者变化
-
+> [访问此处](https://www.apiseven.com/contributor-graph) 使用贡献者数据服务。
+
+[](https://www.apiseven.com/en/contributor-graph?repo=apache/apisix)
## 视频和文章