DEV Community

Cover image for What's your favorite Go web framework?
Jake Roggenbuck
Jake Roggenbuck

Posted on

What's your favorite Go web framework?

I've used Gin-Gonic and Fiber a lot. Both have been great! I'm interested in knowing what other developers like to use.

Please feel free to share what you use!

Cheers,
Jake

Top comments (11)

Collapse
 
syxaxis profile image
George Johnson • Edited

Gin-gonic is still one of my favs but I recently start playing with Echo as a backend framework, pretty neat, supposedly faster than GG and driven towards a smaller footprint.

( OT, I do a lot of cmd line tooling, so Bubble-Tea is my go-to for ANSI style tooling while I'm writing testers, utils and other tools. )

Collapse
 
jakeroggenbuck profile image
Jake Roggenbuck

I'll check out Echo, thanks! Yea, Bubble-Tea is so great to work with!

Collapse
 
samyo profile image
Samyo Bata

for Performance and Speed Django and is quick and efficient

Collapse
 
onyechiriches profile image
OnyechiRiches • Edited

Currently, my go-to web framework is Astrojs. It's Quite fast and feels like the perfect blend of HTML, CSS, and JS with the perks of frameworks, without the slow loading speeds. Definitely check it out!

Collapse
 
kaamkiya profile image
Kaamkiya

I don't know if it's a framework; I think it's just a library, called Chi.

I love it because it's minimal. Most of what it does is just easier routing and middleware, and the rest is up to you. It also has no external dependencies, which is great.

The repo and the website.

Collapse
 
jakeroggenbuck profile image
Jake Roggenbuck

This looks cool! I'll try it out! Thanks!

Collapse
 
jakeroggenbuck profile image
Jake Roggenbuck

Yup, Air is great!

Collapse
 
telliott profile image
Tom Elliott

I've been using Echo for a couple months now and have really been enjoying it. Really flexible and pretty easy to get to grips with. Adapts well to both APIs and web UIs as well.

Supplemented it with Templ for a JSX-style component model for building UIs out. I thought I enjoyed the built-in templating, but Templ is just next level!

Collapse
 
hoiihop profile image
Maxim Salii

I use fiber for production.

Collapse
 
georgeberdovskiy profile image
George Berdovskiy

Hugo is pretty convenient! Using it for my personal website right now 😎

Collapse
 
7h33mp7ym4n profile image
7h3-3mp7y-m4n

Gin all the way 😊

Some comments may only be visible to logged-in visitors. Sign in to view all comments.