mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 08:03:42 +00:00
edit
This commit is contained in:
parent
e2f03f47af
commit
6b7e201066
2 changed files with 6 additions and 3 deletions
|
|
@ -1 +1,4 @@
|
|||
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
|
||||
golang.org/x/crypto v0.43.0/go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0=
|
||||
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
|
||||
golang.org/x/term v0.36.0/go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss=
|
||||
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue