|
|
|
|
|
by AlexITC
1244 days ago
|
|
It's been some years since I do fullstack apps in Scala/Scala.js, with no plans to go back touching js/ts for anything serious (I know, I had to touch a js project a few hours ago). Usually, I just fork my team's template [0] which has most pieces required by a common web app. There are many types of errors that can't occur in this setup. And, if I ever need to Scale, the setup Scales pretty well with a single server (I used to run a mini block explorer that indexed the whole Bitcoin blockhain into a 2TB+ postgres database). - [0]: https://github.com/wiringbits/scala-webapp-template |
|