Update README.md

This commit is contained in:
2025-12-01 08:40:35 +00:00
parent 95e1d07406
commit a8d8d5bc3f

View File

@@ -52,20 +52,6 @@ Production-grade multiplayer game client.
---
## 🧩 System Architecture
```mermaid
flowchart LR
UI[Frontend (React + TS + Vite)] -->|WebSocket + HTTP| Traefik
Traefik --> Nakama[Nakama 3.21.0 ARM]
Nakama --> Plugin[Go Plugin (main.so)]
Nakama --> Postgres[(PostgreSQL 16)]
Dev[Drone CI/CD] -->|Build + Push| Registry[Private Docker Registry]
Registry -->|Deploy Image| Nakama
```
---
## 🛠 Infrastructure
### **Traefik Routing**