{"id":50244,"library":"go-chi-chi","title":"Chi Router","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","status":"active","version":null,"language":"go","source_language":null,"source_url":"https://github.com/go-chi/chi","tags":["router","http","composable","idiomatic"],"install":[{"cmd":"go get github.com/go-chi/chi","lang":"bash","label":"Install github.com/go-chi/chi"}],"dependencies":[],"imports":[{"symbol":"chi","correct":"github.com/go-chi/chi"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/go-chi/chi\"\n)\n\nfunc main() {\n\tr := chi.NewRouter()\n\tr.Get(\"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\tw.Write([]byte(\"Hello, World!\"))\n\t})\n\thttp.ListenAndServe(\":3000\", r)\n}","lang":"go","description":"Minimal Chi router"},"warnings":[],"env_vars":null,"search_vec":"'build':13 'chi':1,4 'compos':10,18 'http':14,17 'idiomat':8,19 'packag':3 'router':2,11,16 'servic':15 'small':7","created_at":"2026-06-15T04:46:00.434835+00:00","updated_at":"2026-06-15T04:46:00.434835+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#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}}