diff --git a/README.md b/README.md index ce9758d..15af2ee 100644 --- a/README.md +++ b/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