Some rough ranking estimates:
* In order of developer productivity: Nim, Crystal, Go, Swift, D, C# / .NET, Java, Rust, Haskell / \ML / UrWeb (for most people), C / C++.
In order of performance, roughly: C / C++, Nim / V (low-cost languages that compile to C), Rust / Crystal / D / Swift (LLVM ahead-of-time optimized static languages), Go, UrWeb?, JVM languages (worse in low-memory containers), .NET languages, Haskell, TypeScript / etc (NodeJS).
* In order of good Web Framework availability: Go, Rust, .NET, Java, Haskell, Crystal, C++.
* In order of safety: UrWeb, OCaml, Haskell, Nim ... ... C / C++ last.