beego

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

概覽

名稱與所有者astaxie/beego
主編程語言Go
編程語言Go (語言數: 3)
平台
許可證Other
發布數32
最新版本名稱v2.0.0-beta (發布於 )
第一版名稱v0.6.0 (發布於 2013-05-13 23:43:22)
創建於2020-12-13 14:58:50
推送於2022-04-27 07:57:04
最后一次提交2021-08-20 19:54:42
星數708
關注者數16
派生數180
提交數4k
已啟用問題?
問題數0
打開的問題數0
拉請求數5
打開的拉請求數0
關閉的拉請求數4
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部