You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c35267ecf2 | 7 years ago | |
---|---|---|
ImChat | 7 years ago | |
static | 7 years ago | |
.gitignore | 7 years ago | |
CNAME | 7 years ago | |
README.md | 7 years ago | |
app.js | 7 years ago | |
index.html | 7 years ago | |
package.json | 8 years ago |
README.md
Chat聊天室
chat聊天室是一个基于nodejs+express+socket.io模块构建的 网页聊天室工具。前端使用Vue作为前端框架。服务端使用express搭建web服务,使用socket.io 来创建服务端socket服务,实现了一些基本的聊天功能。
功能介绍
[✔]支持表情发送
[✔]支持键盘回车发送信息
[✔]支持在线用户统计和用户列表
[✔]支持在线用户搜索
[✔]支持在线用户的私聊
[✔]支持消息声音提示
相关技术站点
使用手册
- 下载代码并安装nodejs
- 使用’npm install‘安装项目依赖模块
- 使用’node app.js‘启动服务
- 最后打开浏览器访问
http://localhost:3000