Update README.md

This commit is contained in:
2025-12-01 08:32:29 +00:00
parent 7983be56e4
commit 74e75de577

View File

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