Hacker News
The Unglamorous Side of Rust Web Development
khurs
|next
[-]
But Rust is aimed at those who want max performance/min ram & cpu and max control? And will inevitably take time to learn. Its a replacement for C++/C
If someone doesn't want that level of performance and control, I would suggest Rust doesn't make sense as many other languages cater for that - c#, Java and Python being prominent examples.
The authors are making a "A batteries-included Rust web framework" but I would argue that majority of people will use Rust as the back end API and a Typescript based front end. (If not Django/Rails/Asp.net etc).
There are so many contributors to the existing web frameworks that I would say it is most likely is that a Rust based one will never be cutting edge.
microflash
|next
|previous
[-]
I do feel weird about a major chunk of this article dedicated to ORMs; I guess people think they are still worthwhile, somehow.
ahartmetz
|root
|parent
|previous
[-]
I can't imagine that all of the 20 MB of code really need to be there in the binary of a 100 kloc main project which does not rely on anything that is traditionally considered a large software package.