This commit is contained in:
2026-02-23 06:58:16 +07:00
parent ef47fddd56
commit 97bf1e47f4
10 changed files with 829 additions and 189 deletions

View File

@@ -38,22 +38,22 @@ Each section builds on the previous one, gradually increasing in complexity.
┌─────────────────────────────────────────────────────────────────┐
│ NATSBridge Architecture │
├─────────────────────────────────────────────────────────────────┤
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ Julia │ │ JavaScript │ │ Python/Micr │ │
│ │ (NATS.jl) │◄──►│ (nats.js) │◄──►│ opython │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ │ Julia │ │ JavaScript │ │ Python/Micr │
│ │ (NATS.jl) │◄──►│ (nats.js) │◄──►│ opython │
│ └──────────────┘ └──────────────┘ └──────────────┘
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌──────────────────────────────────────────────┐ │
│ │ NATS │ │
│ │ (Message Broker) │ │
│ └──────────────────────────────────────────────┘ │
│ ┌──────────────────────────────────────────────┐
│ │ NATS │
│ │ (Message Broker) │
│ └──────────────────────────────────────────────┘
│ │ │
│ ▼ │
│ ┌──────────────────┐ │
│ │ File Server │ │
│ │ (HTTP Upload) │ │
│ └──────────────────┘ │
│ ┌──────────────────┐
│ │ File Server │
│ │ (HTTP Upload) │
│ └──────────────────┘
└─────────────────────────────────────────────────────────────────┘
```