aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/DEV.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-03 22:19:30 +0900
committernsfisis <nsfisis@gmail.com>2024-08-03 22:19:30 +0900
commit4c43d2b7b2b42b0da7863ea468fa39bf8129ebdf (patch)
tree7a7539f13d2a5dda6286b871d6113227059d072d /docs/DEV.md
parentc5f340afc2ecdbff9f0d2e0707f310fa88f5af12 (diff)
downloadiosdc-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/DEV.md')
-rw-r--r--docs/DEV.md7
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