Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Sep 8, 2023
1 parent 72db5f9 commit 006fa62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/dubbo-web-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 006fa62

Please sign in to comment.