Is Fiber the best Go web framework? Better than Gin?

preview_player
Показать описание
In this video I take a look at the Fiber web framework for Go lang. How does it compete with Gin?

I also do a quick getting started guide.
Рекомендации по теме
Комментарии
Автор

You single handedly sold me on Fiber and tought me in 20mins. Great work

milos
Автор

Recently stumbled upon your videos Robby and I have to say you've got great content! I've tasked myself with learning a new language and chose Go and your videos have been super helpful to get me started. Definitely looking forward to anything else you drop on YouTube. :)

alexdellaragione
Автор

please create more Golang videos. I reallly like the way you jus open the docs and figure out like normal dev and make mistakes. It helps us to procastinate less over random errors.

khushalsharma
Автор

I was looking for a replacement for NodeJS and was checking out Rust frameworks for a whole day (rocket, actix..) and was scared off
14 minutes in here and I'm convinced to give Fiber a shot, thanks for the rapid fire examples, good stuff

uberscientist
Автор

Really great content, tight and informative

lintaoamons
Автор

Looks like something I'm gonna use myself

serhiicho
Автор

The first video I watched from your channel I saw you explaining go stuff using Gyn. then I watched the second and there you were using fiber... so I questioning about why he changed the tool? and here the third one you explained. thank you a lot for this! btw I will change too your points are well explained. :)

JhonatanMorais
Автор

Really liked the keyboard sound. Can you share which on is that?

dwivedisshyam
Автор

Man You are awesome I encourage you to make a paid course with you wonderful content

jpoiclt
Автор

Good video. I loved fiber, but my go to now is always chi cause they follow the standard library which make it easier to plug lot of other library. But yes fiber perf is crazy, I used it in one production project and its day and night vs old node server.

EQuimper
Автор

did you ever do a follow on of this.
won't mind seeing you implement a basic api server.

georgelza
Автор

Heyy, very useful. Thanks for this video. I was just looking sth similar to Nestjs. Fiber looks nice.
How about creating some thematic videos? Config management, authentication etc. in Fiber app?

muratasarslan
Автор

Thank u so much ❤❤... Please give me a vedio about middleware config and logger file on fiber

bharathiravichandran
Автор

What is your opinion about support considering it is based upon http 2.0?

Would it be too early to use fiber?

juliad
Автор

One of the things that's been a real bummer for me is the lack of any kind of feature like gin's c.Abort() in fiber's context. There's a good chance I'm just stupid, but I'm writing uglier code because of it; having to explicit error handling in the main route handler function instead of just throwing a immediate response if the error occurs in a child function :(

sonant_bwolfe
Автор

Question : how useful is a benchmark, if the publisher does not provide informations to fully reproduce (re-run) the tests ? Especially for a web app framework, it is probably thé easiest performance tests kind to reproduce.
And you know, when thé publisher tests his own product and Comes to thee conclusion his own product is thé best on thé market, .... It sounds like Africa newspapers

jean-baptistelasselle
Автор

Nice!!
Which one is the most common way to deploy a Golang project?

I am used to deploy projects with Docker because I worked many years with Java, so I am not sure which are the standards in Golang

andrespedrogonzalesrojas
Автор

I like that in Gin I can return status code with data in JSON return.

CheefCoach
Автор

Great video. BTW in framework benchmark you forgot to search aspnetcore (which was the original reason you landed on page) which is number 7 so faster than fiber as well. So .NET is quite faster than Go.

shreyasjejurkar
Автор

Of course !!!, it’s blazing fast 158.0 req/s

graficospace