6 ms·
Theoretically, you could run a web server and database both written in rust and have your entire dependency stack contained within cargo. Literally deployment w
by HexbearShill 5y 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
- CameronNemo 5y agoSure, which is what the conduit Matrix server does. But at a certain point people will likely want a resilient database.