{"id":13786707,"url":"https://github.com/go-the-way/anoweb","last_synced_at":"2026-01-29T02:48:26.757Z","repository":{"id":57650533,"uuid":"465526385","full_name":"go-the-way/anoweb","owner":"go-the-way","description":"The lightweight and powerful web framework using the new way for Go.Another go the way.","archived":false,"fork":false,"pushed_at":"2022-07-18T05:36:40.000Z","size":680,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-11T22:40:34.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-the-way.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":"2022-03-03T01:29:30.000Z","updated_at":"2022-09-27T10:01:16.000Z","dependencies_parsed_at":"2022-09-15T14:20:46.721Z","dependency_job_id":null,"html_url":"https://github.com/go-the-way/anoweb","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/go-the-way/anoweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-the-way%2Fanoweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-the-way%2Fanoweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-the-way%2Fanoweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-the-way%2Fanoweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-the-way","download_url":"https://codeload.github.com/go-the-way/anoweb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-the-way%2Fanoweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28861398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"online","status_checked_at":"2026-01-29T02:00:06.714Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-08-03T19:01:29.680Z","updated_at":"2026-01-29T02:48:26.743Z","avatar_url":"https://github.com/go-the-way.png","language":"Go","funding_links":[],"categories":["Web Frameworks","Web框架"],"sub_categories":["Utility/Miscellaneous","实用程序/Miscellaneous","Fail injection"],"readme":"# anoweb\n\n```\n                                    _\n                                   | |\n _____  ____    ___   _ _ _  _____ | |__\n(____ ||  _ \\  / _ \\ | | | || ___ ||  _ \\ \n/ ___ || | | || |_| || | | || ____|| |_) )\n\\_____||_| |_| \\___/  \\___/ |_____)|____/ \n\n::anoweb:: \n\nThe lightweight and powerful web framework using the new way for Go. Another go the way.\n\n{{ Version @VER }}\n\n{{ Powered by go-the-way }}\n\n{{ https://github.com/go-the-way/anoweb }}\n\n```\n\n[![CircleCI](https://circleci.com/gh/go-the-way/anoweb/tree/main.svg?style=shield)](https://circleci.com/gh/go-the-way/anoweb/tree/main)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/go-the-way/anoweb)\n[![codecov](https://codecov.io/gh/go-the-way/anoweb/branch/main/graph/badge.svg?token=8MAR3J959H)](https://codecov.io/gh/go-the-way/anoweb)\n[![Go Report Card](https://goreportcard.com/badge/github.com/go-the-way/anoweb)](https://goreportcard.com/report/github.com/go-the-way/anoweb)\n[![GoDoc](https://pkg.go.dev/badge/github.com/go-the-way/anoweb?status.svg)](https://pkg.go.dev/github.com/go-the-way/anoweb?tab=doc)\n[![Release](https://img.shields.io/github/release/go-the-way/anoweb.svg?style=flat-square)](https://github.com/go-the-way/anoweb/releases)\n[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#web-frameworks)\n\n## Overview\n\n- [Documents](https://github.com/go-the-way/anoweb/wikis)\n- [Features](#Features)\n- [Install](#Install)\n- [Quickstart](#Quickstart)\n- [Releases](https://github.com/go-the-way/anoweb/releases)\n- [Todo](https://github.com/go-the-way/anoweb/blob/main/TODO.md)\n- [Pull Request](https://github.com/go-the-way/anoweb/pulls)\n- [Issues](https://github.com/go-the-way/anoweb/issues)\n- [Thanks](#thanks)\n\n## Features\n\n- Pure native, no third dependencies\n- Basic \u0026 Variables \u0026 Group router\n- REST-ful controllers\n- Binding \u0026 validation\n- Middleware supports\n- Session supports\n- Rich Response supports\n\n## Install\n\n```\nrequire github.com/go-the-way/anoweb latest\n```\n\n## Quickstart\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"io/ioutil\"\n\t\"net/http\"\n\t\"time\"\n\t\n\t\"github.com/go-the-way/anoweb\"\n\t\"github.com/go-the-way/anoweb/context\"\n)\n\nfunc main() {\n\tgo func() {\n\t\ttime.AfterFunc(time.Second, func() {\n\t\t\tresponse, _ := http.Get(\"http://localhost:9494\")\n\t\t\tresp, _ := ioutil.ReadAll(response.Body)\n\t\t\tfmt.Println(string(resp))\n\t\t})\n\t}()\n\tanoweb.Default.Get(\"/\", func(ctx *context.Context) {\n\t\tctx.Text(\"Hello world\")\n\t}).Run()\n}\n```\n\n### Thanks\n* [JetBrains OpenSource](https://jb.gg/OpenSource)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-the-way%2Fanoweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-the-way%2Fanoweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-the-way%2Fanoweb/lists"}