|
|
|
|
|
by davidkuennen
1427 days ago
|
|
Anecdata: I've been doing all my projects in Go for many years now. My current production backend with 20+ services all run in Go on Kubernetes and serve 100k+ users. It's an amazing language since it's so productive. Sometimes I write services in on go (pun intended) for an hour and after turning it on it just runs. Never experiences something like that with another language. It's also very low on resource consumption. My server barely needs anything to serve that many users. |
|