{"id":17657339,"url":"https://github.com/wengchaoxi/go-web-framework","last_synced_at":"2025-07-20T21:34:06.412Z","repository":{"id":57692162,"uuid":"463052876","full_name":"wengchaoxi/go-web-framework","owner":"wengchaoxi","description":"一个轻量级的 Web 框架","archived":false,"fork":false,"pushed_at":"2022-05-20T08:44:09.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T09:44:44.236Z","etag":null,"topics":["framework","http"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wengchaoxi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-24T07:39:41.000Z","updated_at":"2022-07-05T14:47:20.000Z","dependencies_parsed_at":"2022-09-26T20:52:32.746Z","dependency_job_id":null,"html_url":"https://github.com/wengchaoxi/go-web-framework","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/wengchaoxi/go-web-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fgo-web-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fgo-web-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fgo-web-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fgo-web-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wengchaoxi","download_url":"https://codeload.github.com/wengchaoxi/go-web-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fgo-web-framework/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266204534,"owners_count":23892364,"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":["framework","http"],"created_at":"2024-10-23T14:40:26.110Z","updated_at":"2025-07-20T21:34:06.391Z","avatar_url":"https://github.com/wengchaoxi.png","language":"Go","readme":"# go-web-framework\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"net/http\"\n\t\"github.com/WengChaoxi/go-web-framework/framework\"\n)\n\nfunc main() {\n\tcore := framework.NewCore()\n\tcore.Get(\"/\", func(c *framework.Context) error {\n\t\tc.Json(200, \"h3110 w0r1d\")\n\t\treturn nil\n\t})\n\tserver := \u0026http.Server{\n\t\tHandler: core,\n\t\tAddr:    \":8080\",\n\t}\n\tserver.ListenAndServe()\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwengchaoxi%2Fgo-web-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwengchaoxi%2Fgo-web-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwengchaoxi%2Fgo-web-framework/lists"}