We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6131f52 commit 7a69b7fCopy full SHA for 7a69b7f
README.md
@@ -0,0 +1,27 @@
1
+#Web-IM
2
+
3
+这是一个web端即时通讯,目前尚处于开发过程中,主体功能已经完成,但是一些细节功能尚需优化和补充。
4
5
+##功能介绍
6
7
+1. 私聊
8
+2. 群聊
9
+3. 发送图片和文件
10
+4. 搜索并添加好友
11
+5. 用户注册及登录
12
+6. 用户资料修改
13
14
+##技术栈
15
16
+### 后端
17
+1. Django
18
+2. Channels
19
+3. Nginx
20
+4. Redis
21
+5. MySQL
22
+6. Docker
23
24
+### 前端
25
26
+1. <a href="https://layim.layui.com/" target="_blank">LayIM</a>(已获得授权)
27
+2. <a href="https://www.layui.com/" target="_blank">LayUI</a>(开源)
0 commit comments