by dohman on 12/6/23, 3:44 PM with 25 comments
by jbandela1 on 12/6/23, 4:09 PM
Actually, in my experience, Rust is one of the best languages for ease of deployment (for much the same reason as Go). Rust/Cargo produces self-contained statically linked binaries. Rust/Cargo also has a real nice cross-compiling story. Often my deployment will be to build the binary and then basically scp the binary and supporting files (such as html/config) to the target. You don't really need Docker.
by Shish2k on 12/6/23, 4:29 PM
[0] I’m ideally hoping for a framework which ticks the same boxes that Go’s `net/http` was ticking in 2016: https://blog.cloudflare.com/exposing-go-on-the-internet/
by Wonnk13 on 12/6/23, 4:12 PM
by spacedimp on 12/7/23, 1:19 AM
https://spacedimp.com/blog/using-rust-axum-postgresql-and-to...
by boredumb on 12/6/23, 4:48 PM