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
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