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`
@ -15,7 +22,7 @@ An open-source customer service system developed in Golang
- 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