diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-03 22:19:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-03 22:19:30 +0900 |
| commit | 4c43d2b7b2b42b0da7863ea468fa39bf8129ebdf (patch) | |
| tree | 7a7539f13d2a5dda6286b871d6113227059d072d /docs | |
| parent | c5f340afc2ecdbff9f0d2e0707f310fa88f5af12 (diff) | |
| download | iosdc-japan-2025-albatross-4c43d2b7b2b42b0da7863ea468fa39bf8129ebdf.tar.gz iosdc-japan-2025-albatross-4c43d2b7b2b42b0da7863ea468fa39bf8129ebdf.tar.zst iosdc-japan-2025-albatross-4c43d2b7b2b42b0da7863ea468fa39bf8129ebdf.zip | |
chore: update docs/DEV.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/DEV.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/DEV.md b/docs/DEV.md index 6061a1b..fff7fbb 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -1,11 +1,10 @@ # Architecture * Reverse proxy server (Nginx) -* API server (Golang + Echo) -* App server (TypeScript + Remix) +* API server (Golang/Echo) +* App server (TypeScript/Remix) * Database (PostgreSQL) -* Worker (Golang + Swift + WebAssembly) - * WIP, not merged into `main` branch +* Worker (Golang/Echo + Swift/SwiftWasm + WebAssembly/Wasmtime) # Dependencies |
