# chat
**Repository Path**: dannyjyc/chat
## Basic Information
- **Project Name**: chat
- **Description**: 在线聊天室
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2022-03-25
- **Last Updated**: 2022-03-25
## 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