Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondfengyu authored Jan 15, 2017
1 parent 277a84d commit 1cf2a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
客户端连接服务器之后,需要提供昵称给服务器,服务器保存每一个用户的昵称和相关的链路信息,用于后续的聊天显示。<br><br>
客户端发送聊天消息到服务器之后,服务器不会存储聊天消息,而是直接转发给其它的客户端。
## 客户端
由于是通过WebSocket协议来接入,所以浏览器作为客户端的话,必须支持WebSocket协议,现在项目中已经提供了Html页面的客户端。
由于是通过WebSocket协议来接入,所以浏览器作为客户端的话,必须支持WebSocket协议,现在项目中已经提供了Html页面的客户端,访问地址如下:<br>
[http://chat.wolfbe.com](http://chat.wolfbe.com "嗨皮聊天室 | WOLFBE.COM")
## 协议
协议比较简单,所有的消息都一个Json字符串,格式如下:<br>
`head | body | extend`<br>
Expand Down

0 comments on commit 1cf2a15

Please sign in to comment.