# SocketChat.Client 一个基于Socket服务器的点对点聊天小程序。 ------------------------------------ 数据传输使用的Json字符串。 服务器端:
![Alt 服务器端](https://github.com/Johnnyhuhu/SocketChat.Client/blob/master/Screenshots/1.png) 登录界面:
![Alt 登录界面](https://github.com/Johnnyhuhu/SocketChat.Client/blob/master/Screenshots/2.png) 聊天界面:
![Alt 聊天界面](https://github.com/Johnnyhuhu/SocketChat.Client/blob/master/Screenshots/3.png) 对话发送前界面:
![Alt 对话发送前界面](https://github.com/Johnnyhuhu/SocketChat.Client/blob/master/Screenshots/4.png) 对话发送后界面:
![Alt 对话发送后界面](https://github.com/Johnnyhuhu/SocketChat.Client/blob/master/Screenshots/5.png)