You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/23 13:19:37 UTC

[GitHub] [apisix] membphis commented on a change in pull request #5583: docs: update the docs/zh/latest/README.md

membphis commented on a change in pull request #5583:
URL: https://github.com/apache/apisix/pull/5583#discussion_r755114561



##########
File path: docs/zh/latest/README.md
##########
@@ -144,6 +144,16 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
   - 自定义负载均衡算法:可以在 `balancer` 阶段使用自定义负载均衡算法。
   - 自定义路由: 支持用户自己实现路由算法。
 
+- **多语言支持**
+  - Apache APISIX 是一个通过`WASM`和`RPC`支持不同语言来进行插件开发的网关.
+  ![Multi Language Support into Apache APISIX](../../../docs/assets/images/apisix-multi-lang-support.png)
+  - WASM或WebAssembly是比较现代的开发方式。 APISIX能加载运行使用[Proxy WASM SDK](https://github.com/proxy-wasm/spec#sdks)编译的WASM字节码。开发者仅需要使用该SDK编写代码,然后编译成WASM字节码,即可运行在APISIX中的WASM虚拟机中。

Review comment:
       need a space between Chinese and English




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org