Which Go Framework is the best?

preview_player
Показать описание
When writing backend Go code you will almost always be using some form of HTTP. There are tons of frameworks out there to handle this, but today I wanted to talk about my favorite one, Fiber.

Рекомендации по теме
Комментарии
Автор

There are some criticisms about fiber from the things i heard .Mainly because it use fasthttp, which does not have HTTP/2 support unless you use a reverse proxy .

dhaw
Автор

Great video thank you - very interested in this topic!

themarksmith
Автор

Will you do any fiber backend app example soon ? There are no good tutorials on yt with fiber and mongodb

joaomelo
Автор

Just a question. how do you implement role based access in fiber ?

jordanryanethanowona
Автор

what backend framework did you use in insiderviz ?

ericjhuneespa
Автор

Shouldn’t rate limiting be offloaded to an API gateway service? So your app only focuses on business logic? I think it’s called gateway offloading pattern. Sorry spamming your channel with questions on every video. 😂

mr.random
Автор

can you share the source code? Thank you.

hoangongha
Автор

You shouldn't be using JavaScript in the backend.

aa-mw
Автор

.NET 7 is faster than any Go web framework

ashimov