For further actions, you may consider blocking this person and/or reporting abuse
Read next
How to Download and Install FortiClient VPN for Your Windows PC
Sospeter Mong'are -
Discuss: What's your tech Prediction for 2025?
Helitha Rupasinghe -
Should you hire a professional cleaning service for end-of-lease cleaning?
Fransice -
🌟 The Ultimate Full-Stack Developer Roadmap for 2025 🚀 🌟
Hanzla Baig -
Top comments (11)
I didn't use any, so I wouldn't know but one thing that I've noticed is that a lot of people don't and a lot of people do so you might want to research that a bit.
Strictly speaking, because how powerful the standard lib is, the only piece of framework you really need is the router and you can use gorilla mux for that.
gin seems a very populate HTTP framework on which you can build a REST API.
On dev.to @codehakase wrote a tutorial on how to build a web app with gin:
Building a Web App With Go, Gin and React
Francis Sunday
Nice. I found that gorilla mux has similar stuff like middleware in express or koa. I would probably start from gorilla mux and then other frameworks like gin if needed. Thank you, @rhymes
Depending on the requirements of your REST API project:
yeah, since the project I am going to apply Go is quite simple. I actually have been working MUX.
I use a good boilerplate without a framework
github.com/dhax/go-base
that's the way when I get started working on Koa by using boilerplate...
I'd recommend Echo for its ease of use and comprehensive documentation.
this looks so shining. thanks @tommy8910
I would strongly sugest you rething using Iris.
Please view this:
florinpatan.ro/2016/10/why-you-sho...
My vote goes to either simply using mux, or Echo.
yeah i using mux for the first and simple Go project
I would recommend using gRpc