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.

25 lines
618 B
Markdown

Chat聊天室
===
chat聊天室是一个基于nodejs+websocket+express+socket.io模块构建的
网页聊天室工具。
功能介绍
---
* 支持图片发送
* 支持表情发送
* 支持键盘回车发送信息
* 支持在线用户统计和用户列表:
使用手册
---
1. 下载代码并安装nodejs
2. 使用npm install安装项目依赖模块
3. 使用node server.js启动服务
8 years ago
4. 最后打开浏览器访问 `http://localhost:3000`
项目预览截图
---
<img src='http://img.blog.csdn.net/20170323134313830' width='400px'>
<img src='http://img.blog.csdn.net/20170323134327971' width='400px'>