This commit is contained in:
2026-03-05 06:35:48 +07:00
parent c3225a90c7
commit c448811aa9
2 changed files with 38 additions and 9 deletions

View File

@@ -34,16 +34,16 @@ Each section builds on the previous one, gradually increasing in complexity.
┌─────────────────────────────────────────────────────────────────┐
│ NATSBridge Architecture │
├─────────────────────────────────────────────────────────────────┤
│ ┌──────────────┐ ┌──────────────┐ │
│ ┌──────────────┐ ┌──────────────┐
│ │ Julia │ │ NATS │ │
│ │ (NATS.jl) │◄──►│ Server │ │
│ └──────────────┘ └──────────────┘ │
│ │ │ │
│ ▼ ▼ │
│ ┌──────────────────────────────────────┐ │
│ │ File Server │ │
│ │ (HTTP Upload) │ │
│ └──────────────────────────────────────┘ │
│ └──────────────┘ └──────────────┘
│ │ │
│ ▼ ▼
│ ┌──────────────────────────────────────┐
│ │ File Server │
│ │ (HTTP Upload) │
│ └──────────────────────────────────────┘
└─────────────────────────────────────────────────────────────────┘
```