Rust Vs Go: A Hands-On Comparison

Rust versus Go is a controversial topic that pops up from time. In this post, we will compare both languages in the context of web development by writing a small web service which shows weather data in both languages.

Shuttle
@rust_discussions This is maybe the prettiest blog page I’ve ever had the privilege of looking at.

@rust_discussions Thank you for this well-balanced article.

What I don't understand:

"For Golang, you can use any cloud provider that supports Docker"

Why is Docker a prerequisite? Go code compiles too static, self-contained binaries that can run virtually anywhere.