aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-30 00:37:04 +0900
committernsfisis <nsfisis@gmail.com>2024-07-30 00:37:04 +0900
commit61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19 (patch)
tree0d81c9d04721e282582599d6eed609c1707bc201 /docs
parent432593ddc20e4248c6fe134d13f9c25bad7e39f7 (diff)
downloadiosdc-japan-2024-albatross-61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19.tar.gz
iosdc-japan-2024-albatross-61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19.tar.zst
iosdc-japan-2024-albatross-61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19.zip
doc: update docs/DEV.md
Diffstat (limited to 'docs')
-rw-r--r--docs/DEV.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/DEV.md b/docs/DEV.md
index 7e8bcd6..c8781fd 100644
--- a/docs/DEV.md
+++ b/docs/DEV.md
@@ -1,3 +1,12 @@
+# Architecture
+
+* Reverse proxy server (Nginx)
+* API server (Golang + Echo)
+* App server (TypeScript + Remix)
+* Database (PostgreSQL)
+* Worker (Golang + Swift + WebAssembly)
+ * WIP, not merged into `main` branch
+
# Dependencies
* Docker