# chat
**Repository Path**: m929467350/chat
## Basic Information
- **Project Name**: chat
- **Description**: 在线聊天室
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://gitee.com/m929467350/chat
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 2
- **Created**: 2020-09-17
- **Last Updated**: 2024-06-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 在线聊天室
### 技术栈
前台:react+Ant Design
后台:express
通讯:socket.io
### 前台
cnpm install
npm start
open http://localhost:3000
### 后台
cd server & node app.js