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.
 
 
 
 
 
QinZhen 6f784ceed0 添加gitignore文件 7 years ago
ImChat 变更聊天示例页面 7 years ago
app 更新聊天界面,增加私聊功能,增加交互动画 8 years ago
static 更新聊天界面,增加私聊功能,增加交互动画 8 years ago
.gitignore 添加gitignore文件 7 years ago
CNAME Create CNAME 7 years ago
README.md Update README.md 8 years ago
app.js 更新聊天界面,增加私聊功能,增加交互动画 8 years ago
index.html 变更聊天示例页面 7 years ago
package.json 更新聊天界面,增加私聊功能,增加交互动画 8 years ago
server.js 更新聊天界面的构建 8 years ago

README.md

Chat聊天室

chat聊天室是一个基于nodejs+websocket+express+socket.io模块构建的 网页聊天室工具。前端视图使用可vue进行数据交互构建使用了animate.css做过度动画效果

功能介绍

  • 支持表情发送
  • 支持键盘回车发送信息
  • 支持在线用户统计和用户列表
  • 支持在线用户搜索
  • 支持在线用户的私聊
  • 支持消息声音提示

使用手册

  1. 下载代码并安装nodejs
  2. 使用npm install安装项目依赖模块
  3. 使用node app.js启动服务
  4. 最后打开浏览器访问 http://localhost:3000

项目预览截图