• Stars
    star
    30,885
  • Rank 528 (Top 0.02 %)
  • Language
    Go
  • License
    Other
  • Created about 12 years ago
  • Updated 13 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Beego Test Go Report Card Go Reference

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

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()
}

Build and run

go build hello.go
./hello

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

Features

Modules

Community

License

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

More Repositories

1

bee

Bee is a tool for helping develop with beego app framework.
Go
1,423
star
2

samples

An open source project for beego sample applications.
Go
913
star
3

admin

ๅŸบไบŽbeego็š„ๅŽๅฐ็ฎก็†็ณป็ปŸ
JavaScript
802
star
4

beedoc

An open source project for beego documentation.
680
star
5

mux

A high performance and powerful trie based url path router for Go.
Go
486
star
6

wetalk

An open source project for Gopher community.
Go
481
star
7

beeweb

An open source project for official documentation and blog website of beego app framework.
JavaScript
243
star
8

tutorial

beego tutorial
CSS
228
star
9

beego-example

Beego Example
Go
136
star
10

social-auth

Social account connect in Beego
Go
86
star
11

swagger

swagger docs files
HTML
56
star
12

compress

Beego Compress provides an automated system for compressing Css and JavaScript files
Go
34
star
13

i18n

Package i18n is for app Internationalization and Localization.
Go
27
star
14

beewatch

Bee Watch is an interactive debugger for the Go programming language.
Go
26
star
15

products

Showcase of Beego products.
20
star
16

orm-benchmark

All golang orm benchmark
Go
19
star
17

website

beego website
CSS
19
star
18

beemod

beemod
Go
11
star
19

memcache

migrate vitess from google to github
Go
10
star
20

beeblog

An open source project for beego blog.
9
star
21

beego-cache

The independent cache module from Beego
Go
6
star
22

beego-doc

beego documents
Shell
5
star
23

beego-pro

beego pro template
5
star
24

compose

Define and run multi-beego applications with http or grpc
5
star
25

shorturl-admin

็ŸญๅŸŸๅๅŽๅฐ
TypeScript
4
star
26

wengine

wechat engine
4
star
27

contrib

Collection of middlewares, modules, plugins, library created by the community
3
star
28

example

example base on beego
2
star
29

ast-annotation

Extract the annotation information
Go
2
star
30

dashboard

beego application dashboard
2
star
31

beego-blog

beego-blog
TypeScript
2
star
32

beego-error

The independent error module from Beego
Go
1
star
33

top-website

top-website
1
star
34

go-openapi-definition

Go
1
star
35

router

1
star