This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch dubbo3
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git

commit 006fa6247d44dca1b46544b8a4e527572b615a0d
Author: chickenlj <[email protected]>
AuthorDate: Fri Sep 8 17:34:51 2023 +0800

    update readme
---
 example/dubbo-web-example/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/example/dubbo-web-example/README.md 
b/example/dubbo-web-example/README.md
index 838d1a6..40c28fe 100644
--- a/example/dubbo-web-example/README.md
+++ b/example/dubbo-web-example/README.md
@@ -2,8 +2,12 @@
 
 基于 Dubbo 定义的 Triple 协议,你可以轻松编写浏览器、gRPC 兼容的 RPC 服务,并让这些服务同时运行在 HTTP/1 和 HTTP/2 
上。Dubbo TypeScript SDK 支持使用 IDL 或编程语言特有的方式定义服务,并提供一套轻量的 APl 来发布或调用这些服务。
 
+[arc](./doc/arc.png)
+
 本示例演示了如何使用 dubbo-js 开发运行在浏览器上的 web 应用程序,web 页面将调用 dubbo node.js 
开发的后端服务并生成页面内容。本示例演示基于 IDL 和非 IDL 两种编码模式。
 
+[arc](./doc/web.png)
+
 ## IDL 模式
 
 ### <span id="precondition">前置条件</span>

Reply via email to