Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bailicangdu/node-weixin
nodejs + socket.io 多人在线聊天、聊天机器人系统
https://github.com/bailicangdu/node-weixin
Last synced: 5 days ago
JSON representation
nodejs + socket.io 多人在线聊天、聊天机器人系统
- Host: GitHub
- URL: https://github.com/bailicangdu/node-weixin
- Owner: bailicangdu
- License: mit
- Created: 2017-05-31T03:21:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T03:39:05.000Z (about 7 years ago)
- Last Synced: 2024-10-24T08:35:23.857Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 426 KB
- Stars: 306
- Watchers: 17
- Forks: 143
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - node-weixin
README
nodejs + socket.io 的多人在线聊天后台系统,前台项目地址:[前台项目地址](https://github.com/bailichen/vue-weixin)
### 项目运行:
```
git clone https://github.com/bailicangdu/node-weixincd node-weixin
npm install
npm run dev (需先开启mongodb)
访问: http://localhost:8003
```
### 效果演示
[项目演示请点击这里](http://cangdu.org:8003/dialogue) (请用chrome手机模式预览)
### 移动端扫描下方二维码
![](https://github.com/bailichen/vue-weixin/raw/master/printscreen/code.png)