beego

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

Github星跟踪图

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).

主要指标

概览
名称与所有者beego/beego
主编程语言Go
编程语言Go (语言数: 4)
平台
许可证Other
所有者活动
创建于2012-02-29 02:32:08
推送于2025-07-28 17:15:09
最后一次提交2025-05-27 00:18:52
发布数70
最新版本名称v2.3.8 (发布于 )
第一版名称v0.6.0 (发布于 2013-05-13 23:43:22)
用户参与
星数32.2k
关注者数1.2k
派生数5.6k
提交数4.8k
已启用问题?
问题数3372
打开的问题数7
拉请求数1325
打开的拉请求数11
关闭的拉请求数935
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?