beego

beego 是 Go 编程语言的高性能开源网络框架。「beego is an open-source, high-performance web framework for the Go programming language.」

Github stars Tracking Chart

Beego Build Status GoDoc Foundation Go Report Card

beego is used for rapid development of RESTful APIs, web apps and backend services in Go.
It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.

More info at beego.me.

Quick Start

Download and install

go get github.com/astaxie/beego
package main

import "github.com/astaxie/beego"

func main(){
    beego.Run()
}

Build and run

go build hello.go
./hello

Go to http://localhost:8080

Congratulations! You've just built your first beego app.

Please see Documentation for more.

Features

  • RESTful support
  • MVC architecture
  • Modularity
  • Auto API documents
  • Annotation router
  • Namespace
  • Powerful development tools
  • Full stack for Web & API

Documentation

Community

License

beego source code is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).

Main metrics

Overview
Name With Ownerbeego/beego
Primary LanguageGo
Program languageGo (Language Count: 4)
Platform
License:Other
所有者活动
Created At2012-02-29 02:32:08
Pushed At2025-04-19 12:38:35
Last Commit At2025-04-15 19:47:21
Release Count69
Last Release Namev2.3.7 (Posted on )
First Release Namev0.6.0 (Posted on 2013-05-13 23:43:22)
用户参与
Stargazers Count32k
Watchers Count1.2k
Fork Count5.6k
Commits Count4.8k
Has Issues Enabled
Issues Count3359
Issue Open Count1
Pull Requests Count1318
Pull Requests Open Count11
Pull Requests Close Count904
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private