C
Chi
Lightweight, idiomatic Go router — composable middleware, 100% net/http compatibility, zero external dependencies.
Chi is built entirely on Go’s standard net/http interface — any existing http.Handler works without modification. Its composable middleware groups, context-based routing, and zero external dependencies make it the choice of developers who want Go’s stdlib performance with cleaner routing ergonomics.
// tags
backendgoroutermiddlewarestdlibidiomaticminimal