{"id":50227,"library":"go-chi-chi-v5","title":"Chi Router","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","status":"active","version":"5.3.0","language":"go","source_language":null,"source_url":"https://github.com/go-chi/chi","tags":["http","router","web","chi","middleware"],"install":[{"cmd":"go get github.com/go-chi/chi/v5","lang":"bash","label":"Install github.com/go-chi/chi/v5"}],"dependencies":[],"imports":[{"symbol":"chi","correct":"github.com/go-chi/chi/v5"}],"quickstart":{"code":"package main\n\nimport (\n    \"net/http\"\n    \"github.com/go-chi/chi/v5\"\n)\n\nfunc main() {\n    r := chi.NewRouter()\n    r.Get(\"/hello\", func(w http.ResponseWriter, r *http.Request) {\n        w.Write([]byte(\"Hello World\"))\n    })\n    http.ListenAndServe(\":8080\", r)\n}","lang":"go","description":"Create a simple HTTP server with Chi router"},"warnings":[],"env_vars":null,"search_vec":"'build':13 'chi':1,4,19 'compos':10 'http':14,16 'idiomat':8 'middlewar':20 'packag':3 'router':2,11,17 'servic':15 'small':7 'web':18","created_at":"2026-06-15T04:45:00.572940+00:00","updated_at":"2026-06-15T04:45:00.572940+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-chi/chi","github":"https://github.com/go-chi/chi","docs":"https://pkg.go.dev/github.com/go-chi/chi/v5#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}