Files
2019-03-04 16:34:36 +08:00

10 lines
279 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# WebSocket 的 Ts 版本
### 步骤
* 进入server目录。使用命令行运行server.js开启websocket。
* 导入Create 运行demo。先点击connect 然后点击sayHi。
### 重点内容
* 主要完成了WebSocketManage.js管理websocket详情请查看代码。