|
|
|
|
|
by sneak
2105 days ago
|
|
It seems to me that Go is purpose built for writing network services like a backend. Rust is a more general purpose language, and has been designed from the start to work well with existing C-style libraries. Both have their place, but you asked about a backend. Go shines there. |
|