Skip to content

Commit ec9ed12

Browse files
committed
Update README
1 parent 9aa89e0 commit ec9ed12

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
>---
1616
- **[Introduction](#introduction)**
1717
- **[Browser support](#browser-support)**
18+
- **[Hybird app support](#hybird-app-support)**
1819
- **[Usage](#usage)**
1920
- **[Exception Handling](#exception-handling)**
2021

@@ -70,6 +71,17 @@ This project is the implementation of Hprose for HTML5.
7071
* Internet Explorer on Windows Phone
7172
* ...
7273

74+
### Hybird app support
75+
76+
* ionic + cordova (http, tcp, websocket)
77+
* Chrome extentions (http, tcp, websocket)
78+
* APICloud (http, tcp*)
79+
* DCloud (not yet)
80+
* AppCan (not yet)
81+
* ... (http, websocket)
82+
83+
TCP is only available on iOS for APICloud, because there is a bug of APICloud Android SDK, and they don't want to fix this bug.
84+
7385
## Usage
7486

7587
You don't need use the javascript source files. You only need include `hprose-html5.js` in your html.

README_zh_CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
>---
1717
- **[简介](#简介)**
1818
- **[浏览器支持](#浏览器支持)**
19+
- **[混合应用支持](#混合应用支持)**
1920
- **[使用](#使用)**
2021
- **[异常处理](#异常处理)**
2122

@@ -71,6 +72,17 @@
7172
* Internet Explorer on Windows Phone
7273
* ...
7374

75+
### 混合应用支持
76+
77+
* ionic + cordova (http, tcp, websocket)
78+
* Chrome extentions (http, tcp, websocket)
79+
* APICloud (http, tcp*)
80+
* DCloud (还不支持)
81+
* AppCan (还不支持)
82+
* ... (http, websocket)
83+
84+
在 APICloud 平台上,TCP 只在 iOS 上有效,因为 APICloud 的 Android SDK 有个 bug,但是他们不肯修复,所以我也无能为力。
85+
7486
## 使用
7587

7688
你不需要使用 javascript 的源文件,你只需要在你的 html 中包含 `hprose-html5.js` 就够了。

0 commit comments

Comments
 (0)