@GeekDaddy the second sentence is basically it. Goroutines make async networking very easy and optimized, and go templates are quite powerful. Rust has crates that handle both but they're not as good or mature yet. But the language is better. I'd recommend using both depending mostly on if async networking is critical on the project
@GeekDaddy yes. i wouldn't replace django by any rust crate for now, but i'm sure it will happen eventually. in the meantime, rust is already very functional in many other kinds of projects, and even web-related crates are looking promising. it'd maybe already be a good choice for an API or a very small or very large web project.
@CobaltVelvet so it would be good to learn Rust and wait for it to mature?