This commit is contained in:
Harivansh Rathi 2026-04-01 04:04:04 +00:00
parent e2f03f47af
commit 6b7e201066
2 changed files with 6 additions and 3 deletions

View file

@ -35,8 +35,8 @@ betterNAS/
## Runtime and language choices
| Part | Language | Why |
| -------------------- | ---------------------------------- | -------------------------------------------------------------------- |
| Part | Language | Why |
| ------------------ | ---------------------------------- | -------------------------------------------------------------------- |
| `apps/web` | TypeScript + Next.js | best UI velocity, best admin/control-plane UX |
| `apps/control-plane` | Go | strong concurrency, static binaries, operationally simple |
| `apps/node-agent` | Go | best fit for host runtime, WebDAV service, and future Nix deployment |