Skip to content

Commit

Permalink
websocket remark
Browse files Browse the repository at this point in the history
  • Loading branch information
name5566 committed Oct 22, 2015
1 parent f7f403b commit 3c11c39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TUTORIAL_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ ws.onopen = function() {
2015/09/25 07:50:03 [debug ] hello leaf
```

在 Leaf 中使用 WebSocket 需要注意的一点是:Leaf 总是发送二进制消息而非文本消息。

### Leaf 模块详解

LeafServer 中包含了 3 个模块,它们分别是:
Expand Down

0 comments on commit 3c11c39

Please sign in to comment.