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
-
Aye, use node and express 😜
Jk, I’ve still not seen go take off like it was heralded to. The answer is still yes btw, I just don’t know any personally. -
byte33067yThe default package does not provide the best features
Using a framework is the way to Go
Try gin, gonic, they are the most recommended ones by the community -
harrizsb7317y@byte did you mean gin gonic? or gin and gonic? because i cant find gonic but gin gonic
-
harrizsb7317y@byte gorilla made me confuse, i dont know how to start with it lol. Btw how about echo?
-
byte33067yHaven't used it personally, can't say anything about it
Gorilla is the easiest from my perspective, you can find many examples online and the docs are pretty good (can be better)
I'll still recommend that, for help you can contact me -
harrizsb7317y@byte after first try gorilla and compare it to gin i have to say gin much faster than gorilla even gin enabled middleware by default. But i'm still digging for both
-
hjk10157317yStill totally depends am what your webapp needs to do. For something that needs to serve a few files and an endpoint or two I find a framework overkill. Getting more complex a framework will help offload common tasks and usually results in better architecture
-
hjk10157317y@harrizsb started out with using some gorilla components (was the only thing around for what I needed back then) now I check https://nordicapis.com/7-frameworks...
Before I start. Don't do much in go unfortunately so I have to relearn a lot anyway and fortunately the learning curve of go frameworks is considerably less than in other languages I program in.
Related Rants
Really want to try building web apps with golang. Should i use some framework or not?
question
golang
web
web apps
golang framework