first version

This commit is contained in:
2021-11-01 22:30:51 +08:00
parent da2a96865c
commit d964439624
143 changed files with 29617 additions and 101 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
# v-chat
微信多客户端方案。服务器通过Web版微信接口提供收发微信消息的能力,并允许多个客户端同时连接。
## 鸣谢
前端程序参考自[fiora](https://github.com/yinxin630/fiora)web聊天室。
服务端程序使用了[wechat4u](https://github.com/nodeWechat/wechat4u)。