DEV Community

Discussion on: What is the most practical server side language to learn in 2020 - 2021?

Collapse
 
aritik profile image
Ritik Ambadi

Go seems like a great bet!
I built a REST API just the other day using the Go Fiber framework. It felt so similar to Express. Go is faster too and has benefits like concurrency.
It makes a lot of sense for companies to switch to a Go Backend since its great for micro services too and also because I think Go is moving closer and closer to being as mature as NodeJS or Java.