|
|
|
|
|
by shoo
2499 days ago
|
|
chi is nice in that it is just a router, not a whole framework. It uses the existing http middleware idioms from the standard library. If you want to route some incoming requests by url to handlers in go code, chi is pretty reasonable. context: working in large org building backend services that speak to other backend services via various crappy http / rest / soap APIs. |
|