Years ago, when i dicided to build my own website, first thing i looked for was how to build it in rust. Since rust is my first language, i felt I had the upper hand there.
My requirements were:
Well that was too much to ask for.
The only option for rust was to build a website using web assembly. I managed to get a site up and running on Github Pages. But the load time was painful.
Eventually, I compromised. I learned TypeScript and rebuilt the site using the Deno Fresh framework.
It served me for like 2 years.
This year, I revisited my original dream. But this time, I finally managed to "duct-tape" all my requirements together into a high-performance stack. All because Deno now supports web assembly.