Hacker News new | ask | show | jobs
by swah 3048 days ago
Yes - that part of the server code is great in Go. I use go-chi.
1 comments

Gorilla Mux isn't bad either and is pretty tried and tested.

Also Go is one of the few (if not only?) languages with HTTP/2 built in to the standard library. Not to mention the gRPC over TLS that comes stock as well.