beego

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

Overview

Name With Ownerastaxie/beego
Primary LanguageGo
Program languageGo (Language Count: 3)
Platform
License:Other
Release Count32
Last Release Namev2.0.0-beta (Posted on )
First Release Namev0.6.0 (Posted on 2013-05-13 23:43:22)
Created At2020-12-13 14:58:50
Pushed At2022-04-27 07:57:04
Last Commit At2021-08-20 19:54:42
Stargazers Count703
Watchers Count16
Fork Count180
Commits Count4k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count5
Pull Requests Open Count0
Pull Requests Close Count4
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top