Menu

📰
0

net/http vs gorilla/mux vs gin? A newbie trying to build!

Reddit r/golang·u/manojyadav_stardust·about 1 month ago
#vDQkcppo
Reading 0:00
15s threshold

Hey Everyone!

I just started learning GO, finsihed Tour of Go and Web Dev series in the official docs.

I'm planning on building a small orchestrator which can manage few scripts, has queues and basic features like auth, logs etc.

I loved net/http while doing the Go tour (also mux felt good), but after searching for postgres configuration with Go, every article or online tutorial, I'm seeing the usage of Gin (sometimes chi). Tried learning few things in Gin, but alot of implementation is hidden and not as straightforward as net/http, so what would be the best course for me to take as a newbie? Please advice.

Read More