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.

42 lines
1.1 KiB
Markdown

Chat聊天室
===
7 years ago
chat聊天室是一个基于nodejs+express+socket.io模块构建的
网页聊天室工具。前端使用Vue作为前端框架。服务端使用express搭建web服务使用socket.io
来创建服务端socket服务实现了一些基本的聊天功能。
功能介绍
---
7 years ago
[✔]支持表情发送
[✔]支持键盘回车发送信息
[✔]支持在线用户统计和用户列表
[✔]支持在线用户搜索
[✔]支持在线用户的私聊
[✔]支持消息声音提示
相关技术站点
---
[Vue官方文档](https://cn.vuejs.org/v2/api/)
[Socket.io官方文档](https://socket.io/docs/)
使用手册
---
1. 下载代码并安装nodejs
2. 使用npm install安装项目依赖模块
3. 使用node app.js启动服务
8 years ago
4. 最后打开浏览器访问 `http://localhost:3000`
项目预览截图
---
8 years ago
<img src='http://cleverqin.oschina.io/img/screen%20(1).png' width='400px'>
<img src='http://cleverqin.oschina.io/img/screen%20(2).png' width='400px'>
<img src='http://cleverqin.oschina.io/img/screen%20(3).png' width='400px'>
<img src='http://cleverqin.oschina.io/img/screen%20(4).png' width='400px'>
8 years ago