Skip to content

Commit

Permalink
Signed-off-by: jkxqj <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
jkxqj committed Aug 16, 2017
1 parent b34cf4d commit 5e293b1
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
#JIM
基于websocket的即时通讯系统。
涉及技术:java、springMVC、mybatis、jquery、layim、mongoDB等等。
涉及技术:java、springMVC、mybatis、jquery、[layim](http://layim.layui.com/demo.html)、mongoDB等等。
##核心功能
参见[layim演示](http://layim.layui.com/demo.html)
我这里实现了后端的全部功能。
包括我踩过的坑:1、java操作mongo 2、离线消息推送的线程同步异步问题等等。

![1](imgs/1.png)
![2](imgs/2.png)
![3](imgs/3.png)
![4](imgs/4.png)
![5](imgs/5.png)
![6](imgs/6.png)
![7](imgs/7.png)
![8](imgs/8.png)
![9](imgs/9.png)
![10](imgs/10.png)

### websocket的代码实现
前端[index.js](https://github.com/jkxqj/webChat/blob/master/index.js)
Expand All @@ -26,4 +34,5 @@




#同时欢迎加我qq 1434262447 交流即时通讯和java 相关技术。
Binary file added imgs/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e293b1

Please sign in to comment.