Gin vs Gorilla Mux for API - Gin

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

gorilla/mux

❌ This repository has been archived by the owner on Dec 9, 2022. It is now read-only. ❌

franciscokloganb
Автор

Thanks for the video. I have evaluated both and prefer Gorilla Mux. One thing you didn't mention is Gin is a full heavyweight Web framework while Gorilla Mux is a lightweight router. I don't need the full function of Gin for my app.

roslanamir
Автор

Gin really just makes more sense to me 😁

aweakinsolastephen
Автор

Thanks for the video.

Fwiw to me, gin is more idiomatic — obeying function interfaces from the http package is more like a domain convention than a programming convention

Gin is idiomatic in the sense that it follows the principles of simplicity in go

Anyways thanks again

lawrencejob
Автор

For me mux is closer to plain Go and that gives it more power

justadude
Автор

Hello Do you know any source movie tutorial for this issue but implement it by Browser NOT POSTMAN ?

acronproject
Автор

should I always set the header content type to application/json when using gorilla/mux?

mrizkimaulidan
Автор

Up next is Mux vs Gin vs Chi vs Fiber.

nanonkay
Автор

I want Create Web Application and I should to see every changes in Browser Not Postman Program.

acronproject
Автор

Do you have the source code for both?
I am curious as to which framework is faster by adding a timer for measuring the performance?
Thanks!

brianpayne
Автор

Hi, I would really like to see a Gin & Beego Tutorial on skillshare if you could make that happen I would be your first student ! They actually dont have many go tutorials on that service

thatonesnowboarde
Автор

Good comparision. But question is which has better performance?

arkadiuszswioko
Автор

Gin makes it enviously simple to parse JSON. If i wasn't forcing myself to do things the hard way I would definitelyp refer Gin

hamadrehman
Автор

a mi me gusta mas gorilla mux, ya estoy aconstumbrado a la sintaxis que trae por defecto go, lastima que gorilla web toolkit no tenga mas actualizaciones :(

otaxhu