https://github.com/jmingzi/webchat
nodeJs 在线聊天室
https://github.com/jmingzi/webchat
Last synced: 6 months ago
JSON representation
nodeJs 在线聊天室
- Host: GitHub
- URL: https://github.com/jmingzi/webchat
- Owner: Jmingzi
- Created: 2015-11-06T07:32:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T06:58:08.000Z (almost 10 years ago)
- Last Synced: 2023-03-02T06:25:45.297Z (over 2 years ago)
- Language: JavaScript
- Homepage: http://mingchat.herokuapp.com
- Size: 0 Bytes
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mingchat
nodeJs 在线聊天室.
[在线地址](http://mingchat.herokuapp.com/)

功能说明:
1. 切换文字颜色;
2. 发送表情;
3. 切换背景图片;
4. 所在城市显示;
5. 等级积分制;
6. 昵称或匿名;************
> 参考项目git地址:[hichat](https://github.com/wayou/HiChat);
> 参考详细解读文章:[Node.js + Web Socket 打造即时聊天程序嗨聊](http://www.cnblogs.com/Wayou/p/hichat_built_with_nodejs_socket.html#home);