{"id":37164459,"url":"https://github.com/smacker/beego","last_synced_at":"2026-01-14T19:32:02.133Z","repository":{"id":57591605,"uuid":"70802878","full_name":"smacker/beego","owner":"smacker","description":"beego is an open-source, high-performance web framework for the Go programming language.","archived":false,"fork":true,"pushed_at":"2016-12-26T03:19:33.000Z","size":3945,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T00:34:44.772Z","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/smacker.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-10-13T12:12:10.000Z","updated_at":"2020-12-13T15:01:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/smacker/beego","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/smacker/beego","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbeego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbeego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbeego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbeego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smacker","download_url":"https://codeload.github.com/smacker/beego/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbeego/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-14T19:32:01.364Z","updated_at":"2026-01-14T19:32:02.122Z","avatar_url":"https://github.com/smacker.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:8080`.\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* Welcome to join us in Slack: [https://beego.slack.com](https://beego.slack.com), you can get invited from [here](https://github.com/beego/beedoc/issues/232)\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%2Fsmacker%2Fbeego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmacker%2Fbeego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmacker%2Fbeego/lists"}