DEV Community

Discussion on: What aspect of Go were you at odds with, coming from a different tech stack?

Collapse
 
buphmin profile image
buphmin

C/C++ have their place, mostly for extremely high performance scenarios like operating systems and video games. For web...pretty much not worth the effort. Go is high enough performance in most cases, and even then something like nodejs will be suitable in most web circumstances.

Collapse
 
tinsoldier6 profile image
Jason Gade

I don't do a lot of web stuff, mostly command-line utilities and such. But with Go's lack of a good GUI, I've considered using a Go webserver (very easy to implement!) as an interface.