Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
B

beego

> 编程语言
开源

beego is an open-source, high-performance web framework for the Go programming language.

32.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

beego is an open-source, high-performance web framework for the Go programming language.

Beego

Beego is used for rapid development of enterprise application in Go, including RESTful APIs, web apps and backend services.

It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.

Quick Start

  • New Doc Website - unavailable
  • New Doc Website Backup @flycash
  • New Doc Website source code
  • Old Doc - github
  • Example

Kindly remind that sometimes the HTTPS certificate is expired, you may get some NOT SECURE warning

Web Application

Create hello directory, cd hello directory

mkdir hello
cd hello

Init module

go mod init

Download and install

go get github.com/beego/beego/v2@latest

Create file hello.go

package main

import "github.com/beego/beego/v2/server/web"

func main() {
	web.Run()
}

Download required dependencies

go mod tidy

Build and run

go build hello.go
./hello

Go to http://localhost:8080

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

Features

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

Modules

  • orm
  • session
  • logs
  • config
  • cache
  • context
  • admin
  • httplib
  • task
  • i18n

Community

  • Welcome to join us in Slack: https://beego.slack.com invite,
  • QQ Group ID:523992905
  • Contribution Guide.

License

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

核心特点

  • •New Doc Website - unavailable
  • •New Doc Website Backup @flycash
  • •New Doc Website source code
  • •Old Doc - github
  • •RESTful support
  • •MVC architecture
  • •Modularity
  • •Auto API documents
  • •Annotation router
  • •Namespace

> 标签

Gobeegogo

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言
Baike.dev

baike.dev helps you discover great languages, frameworks, databases, DevOps and cloud-native tools.

Quick links

  • Home
  • All tools
  • Trending
  • Open source

About

  • About us
  • Community
  • News

Contribute

Found a great developer tool? Share it with the community.

Submit a tool
© 2026 baike.dev Developer EncyclopediaUpdated daily · Discover great developer tools