master
taoshihan 2 months ago
parent 035c86dffb
commit 107e7fda74

@ -1,7 +1,14 @@
## GOFLY LIVE CHAT ## GOFLY LIVE CHAT
An open-source customer service system developed in Golang Open-source live chat support system, built for modern customer service
Real-time messaging - Instant connection between customers and support teams
Lightning-fast performance - Powered by Golang for high-concurrency handling
### Technical Architecture
A modern stack built for performance and scalability
### Project Overview
- Backend: `gin`, `jwt-go`, `websocket`, `go.uuid`, `gorm`, `cobra` - Backend: `gin`, `jwt-go`, `websocket`, `go.uuid`, `gorm`, `cobra`
- Frontend: `VueJS`, `ElementUI` - Frontend: `VueJS`, `ElementUI`
- Database: `MySQL` - Database: `MySQL`
@ -13,9 +20,9 @@ An open-source customer service system developed in Golang
#### 1. Set Up MySQL Database #### 1. Set Up MySQL Database
- Install and run MySQL (version ≥ 5.5). - Install and run MySQL (version ≥ 5.5).
- Create a database: - Create a database:
```sql ```sql
CREATE DATABASE goflychat CHARSET utf8mb4; CREATE DATABASE goflychat CHARSET utf8mb4;
```
* Configure Database Connection * Configure Database Connection
Edit mysql.json in the config directory: Edit mysql.json in the config directory:
```php ```php

Loading…
Cancel
Save