Jan 24, 2021
You should highlight that Go is also non blocking and is excellent at async and parallel workloads. Imho Go will dominate microservices and smallish apis. For larger, complex projects where you want a more expressive language, Rust and Java (I’d personally go with Kotlin) are top choices. Rust obviously wins for Cpu intensive workloads.