Ask HN: What's your go-to web stack for a productivity – performance balance?
https://news.ycombinator.com/item?id=28097876There are so many web frameworks / stacks these days. Honestly, when I look at many of them, they don't appear to have a good list of libraries and ecosystem / maturity.
I am not very familar with modern nodejs / SPA type of web development. I am looking for one of reasonably modern "batteries included" web stacks which strike balance between productivity (reasonably fast to prototype, not leading to unmaintainable magic code) and performance (not very resource hungry, reasonably good at vertical scaling, which I suppose rules out many python/ruby based stacks).
My preferences: * Good component libraries.
* reasonably good on front end performance.
* Preferably in typed language.
* On back-end side, easy libraries or built in facilities for common tasks such as authentication.
I have looked at a few. On front end, svelte seems very good in concept, but I'm afraid ecosystem is small and still developing. Angular is not apparently preferred much. On backend, I have read about some Java (Play, spring) and nodejs based frameworks. But before diving into one, I'd like to ask a few experienced people here, as the shortcomings don't become apparent until you've worked in it.