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
-
albi11716yNever used Go, but I've heard good things about it. I'll say Node, just because it's my daily driver nowadays
-
Node sucks and im happy its getting abandoned. Never used go, but its google so i dont expect much.
-
mindev5446yFor me, it's Node. I tried playing around with Go, didn't really like it. Also, I think it lacks packages that solve common tasks (still can't find good authentication package). Also, I don't Node is going anywhere soon, so I'm gonna stick with it
-
My tiburontetas colleague (@sharktits) may be a little more brass regarding Node than I am. I like both, but highly prefer the approach that Go gives you. It forces you to write code in one way taking pythons one way to do things yo a next level. It really welcomes people to the internal source code and managing the idea of interfaces and structs is far too simple. It is quite enjoyable and easy to reason about. Structs can easily be marshaled with nothing but the std libs and you can really learn the internals of things like tcp serverd etc from writing simple examples. At some times you may feel like reinventing the weel, still, it does not really matter since you don't feel it due to the intrinsic nature of writing code that you must absolutely know without feeling magic.
It is a boring nom elegant lang. And that is good. -
mindev5446yAlso, you could give Rust a try. I played with it for some time and I actually enjoyed it
Related Rants
I often get posed the option of using Go or Node, personally I think they’re both good languages and that they both have different purposes. But I was just wondering, what’s the sentiment on DevRant?
rant
webdev
golang
node.js
i like cheese