{"id":13692983,"url":"https://github.com/clevergo/clevergo","last_synced_at":"2025-05-02T20:30:26.004Z","repository":{"id":57486213,"uuid":"73350185","full_name":"clevergo/clevergo","owner":"clevergo","description":":tongue: CleverGo is a lightweight, feature rich and high performance HTTP router for Go.","archived":true,"fork":false,"pushed_at":"2021-08-07T11:02:21.000Z","size":309,"stargazers_count":246,"open_issues_count":0,"forks_count":46,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-04-25T02:03:55.060Z","etag":null,"topics":["api","fast","golang","high-performance","httprouter","middleware","rest-api","restful","restful-api","router","routing","web-framework"],"latest_commit_sha":null,"homepage":"https://clevergo.tech","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clevergo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-10T05:32:22.000Z","updated_at":"2025-02-19T08:19:11.000Z","dependencies_parsed_at":"2022-09-01T21:02:01.527Z","dependency_job_id":null,"html_url":"https://github.com/clevergo/clevergo","commit_stats":null,"previous_names":["go-gem/gem"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevergo%2Fclevergo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevergo%2Fclevergo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevergo%2Fclevergo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevergo%2Fclevergo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clevergo","download_url":"https://codeload.github.com/clevergo/clevergo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251864141,"owners_count":21656289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","fast","golang","high-performance","httprouter","middleware","rest-api","restful","restful-api","router","routing","web-framework"],"created_at":"2024-08-02T17:01:04.138Z","updated_at":"2025-05-02T20:30:25.628Z","avatar_url":"https://github.com/clevergo.png","language":"Go","readme":"# CleverGo\n[![Build Status](https://img.shields.io/travis/clevergo/clevergo?style=flat-square)](https://travis-ci.com/clevergo/clevergo)\n[![Coverage Status](https://img.shields.io/coveralls/github/clevergo/clevergo?style=flat-square)](https://coveralls.io/github/clevergo/clevergo)\n[![Go Report Card](https://goreportcard.com/badge/github.com/clevergo/clevergo?style=flat-square)](https://goreportcard.com/report/github.com/clevergo/clevergo)\n[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go\u0026logoColor=white\u0026style=flat-square)](https://pkg.go.dev/clevergo.tech/clevergo?tab=doc)\n[![Release](https://img.shields.io/github/release/clevergo/clevergo.svg?style=flat-square)](https://github.com/clevergo/clevergo/releases)\n[![Downloads](https://img.shields.io/endpoint?url=https://pkg.clevergo.tech/api/badges/downloads/total/clevergo.tech/clevergo\u0026style=flat-square)](https://pkg.clevergo.tech/clevergo.tech/clevergo)\n[![Chat](https://img.shields.io/badge/chat-telegram-blue?style=flat-square)](https://t.me/clevergotech)\n[![Community](https://img.shields.io/badge/community-forum-blue?style=flat-square\u0026color=orange)](https://forum.clevergo.tech)\n\nCleverGo is a lightweight, feature rich and trie based high performance HTTP request router.\n\n```shell\ngo get -u clevergo.tech/clevergo\n```\n\n- [English](https://clevergo.tech/en/)\n- [简体中文](https://clevergo.tech/zh/)\n\n[![Benchmark](https://clevergo.tech/img/benchmark.png)](https://clevergo.tech/docs/benchmark)\n\n## Features\n\n- **Full features of HTTP router**.\n- **High Performance:** extremely fast, see [Benchmark](https://clevergo.tech/docs/benchmark).\n- **Gradual learning curve:** you can learn the entire usages by going through the [documentation](#documentation) in half an hour.\n- **[Reverse Route Generation](https://clevergo.tech/docs/routing/url-generation):** allow generating URLs by named route or matched route.\n- **[Route Group](https://clevergo.tech/docs/routing/route-group):** as known as subrouter.\n- **Friendly to APIs:** it is easy to design RESTful APIs and versioning your APIs by route group.\n- **[Middleware](https://clevergo.tech/docs/middleware):** plug middleware in route group or particular route, supports global middleware as well. Compatible with most of third-party middleware.\n- **[Logger](https://clevergo.tech/docs/logger):** a generic logger interface, supports [zap](https://github.com/uber-go/zap) and [logrus](http://github.com/sirupsen/logrus). Logger can be used in middleware or handler.\n- ...\n\n## Examples\n\nCheckout [example](https://github.com/clevergo/examples) for details.\n\n## Contribute\n\nContributions are welcome.\n\n- Star it and spread the package.\n- [File an issue](https://github.com/clevergo/clevergo/issues/new) to ask questions, request features or report bugs.\n- Fork and make a pull request.\n- Improve [documentations](https://github.com/clevergo/website).\n\n## Credit\n\nSee [CREDIT.md](CREDIT.md).\n","funding_links":[],"categories":["开源类库","Open source library"],"sub_categories":["路由","Redirect"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevergo%2Fclevergo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclevergo%2Fclevergo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevergo%2Fclevergo/lists"}