Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -42,11 +42,11 @@ Designed for scalability, extensibility, and cloud deployment (GCP, AWS, or ARM
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
UI[Frontend (React + Vite)] -->|WebSocket / REST| Traefik
|
||||
Traefik --> Nakama[Nakama 3.21.0 ARM]
|
||||
Nakama --> Plugin[Go Plugin main.so]
|
||||
UI[Frontend (React + Vite)] --> Traefik
|
||||
Traefik --> Nakama[Nakama Server]
|
||||
Nakama --> Plugin[Go Plugin (main.so)]
|
||||
Nakama --> Postgres[(PostgreSQL)]
|
||||
DroneCI --> Registry[Private Docker Registry]
|
||||
Drone[Drone CI/CD] --> Registry[Private Docker Registry]
|
||||
Registry --> Nakama
|
||||
```
|
||||
|
||||
@@ -76,9 +76,9 @@ flowchart LR
|
||||
```
|
||||
tic-tac-toe/
|
||||
│── plugins/
|
||||
│ ├── main.go
|
||||
│ ├── match.go
|
||||
│ ├── matchmaking.go
|
||||
│ └── leaderboard.go
|
||||
│ └── matchmaking.go
|
||||
│
|
||||
│── Dockerfile
|
||||
│── go.mod
|
||||
|
||||
Reference in New Issue
Block a user