|
|
|
|
|
by s5806533
1603 days ago
|
|
Have used a stack like that on one application, a rather simple "knowledge vault", a few years back. It worked very well, and at the time I liked it very much. But these days, I'm no longer fond of client-side scripting (because it gets very complex very quickly, and npm+webpack is a monster). So my next stack would be closer to BCHS [1], only with Linux, Golang, and nginx instead of BSD, httpd, and C. I might add in a tiny bit of client-side scripting such as [2], but no more npm, webpack, etc. for me. [1] https://learnbchs.org/index.html
[2] https://htmx.org/ https://unpoly.com/ https://hotwired.dev/ |
|