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
|
```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
|
||||||
|
|||||||
Reference in New Issue
Block a user