Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Because:
- Go compiles to native binaries
- Its package handling can be garbage at times (recursively getting all needed packages for importing is a real pain when it won't work right)
- It's very restrictive -
It doesn't let corporate decision-makers feel like they can hire the same skill set for everything (front end, back end, etc.) like Node does.
-
@vane
Technically, you can, because of nice things such as "go-bindata", but you definitely don't want to. -
Voxera115855yBecause there already exists a hundred million js devs, go requires learning a new and quite different language.
-
- Because the way Go handles packages is absolutely garbage.
- It compiles to binaries.
- They don't even have the same goals.
- Go is much harder to learn.
Go can be a good option for many things, don't get me wrong. I do like it, but Node will remain in the number one spot for anything web related. -
Because usually, unless absolutely necessary, I don't have time to learn new languages and js works well for me.
Why didn't Golang destroy NodeJs!? Let me hear it.
question