{"id":37151967,"url":"https://github.com/sipt/beego","last_synced_at":"2026-01-14T17:56:45.592Z","repository":{"id":57591505,"uuid":"52660099","full_name":"sipt/beego","owner":"sipt","description":"beego is an open-source, high-performance web framework for the Go programming language.","archived":false,"fork":true,"pushed_at":"2016-03-03T09:55:00.000Z","size":3440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T15:13:22.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"beego.me","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"beego/beego","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sipt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-27T09:47:33.000Z","updated_at":"2020-12-13T15:00:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sipt/beego","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/sipt/beego","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sipt%2Fbeego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sipt%2Fbeego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sipt%2Fbeego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sipt%2Fbeego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sipt","download_url":"https://codeload.github.com/sipt/beego/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sipt%2Fbeego/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28429064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-14T17:56:45.040Z","updated_at":"2026-01-14T17:56:45.585Z","avatar_url":"https://github.com/sipt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Beego\n\n[![Build Status](https://travis-ci.org/astaxie/beego.svg?branch=master)](https://travis-ci.org/astaxie/beego)\n[![GoDoc](http://godoc.org/github.com/astaxie/beego?status.svg)](http://godoc.org/github.com/astaxie/beego)\n\nbeego is used for rapid development of RESTful APIs, web apps and backend services in Go.\nIt is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.\n\nMore info [beego.me](http://beego.me)\n\n##Quick Start\n######Download and install\n\n    go get github.com/astaxie/beego\n\n######Create file `hello.go`\n```go\npackage main\n\nimport \"github.com/astaxie/beego\"\n\nfunc main(){\n    beego.Run()\n}\n```\n######Build and run\n```bash\n    go build hello.go\n    ./hello\n```\n######Congratulations! \nYou just built your first beego app.\nOpen your browser and visit `http://localhost:8000`.\nPlease see [Documentation](http://beego.me/docs) for more.\n\n## Features\n\n* RESTful support\n* MVC architecture\n* Modularity\n* Auto API documents\n* Annotation router\n* Namespace\n* Powerful development tools\n* Full stack for Web \u0026 API\n\n## Documentation\n\n* [English](http://beego.me/docs/intro/)\n* [中文文档](http://beego.me/docs/intro/)\n* [Русский](http://beego.me/docs/intro/)\n\n## Community\n\n* [http://beego.me/community](http://beego.me/community)\n\n## LICENSE\n\nbeego source code is licensed under the Apache Licence, Version 2.0\n(http://www.apache.org/licenses/LICENSE-2.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsipt%2Fbeego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsipt%2Fbeego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsipt%2Fbeego/lists"}