Hacker News new | ask | show | jobs
by HexbearShill 1738 days ago
Theoretically, you could run a web server and database both written in rust and have your entire dependency stack contained within cargo. Literally deployment with a single `cargo build` and just a couple weeks of build time
1 comments

Sure, which is what the conduit Matrix server does. But at a certain point people will likely want a resilient database.