Name Last Update
cache Loading commit data...
docs Loading commit data...
example Loading commit data...
httplib Loading commit data...
orm Loading commit data...
session Loading commit data...
validation Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
beego.go Loading commit data...
cache.go Loading commit data...
config.go Loading commit data...
context.go Loading commit data...
controller.go Loading commit data...
errors.go Loading commit data...
flash.go Loading commit data...
log.go Loading commit data...
pprof.go Loading commit data...
reload.go Loading commit data...
router.go Loading commit data...
safemap.go Loading commit data...
safemap_test.go Loading commit data...
template.go Loading commit data...
template_test.go Loading commit data...
utils.go Loading commit data...
utils_test.go Loading commit data...

beego

Build Status

beego is a Go Framework which is inspired from tornado and sinatra.

It is a simply & powerful web framework.

more info beego.me

Features

  • RESTFul support
  • MVC architecture
  • Session support (store in memory, file, Redis or MySQL)
  • Cache support (store in memory, Redis or Memcache)
  • Global Config
  • Intelligent routing
  • Thread-safe map
  • Friendly displaying of errors
  • Useful template functions

Documentation

English

API

中文文档

LICENSE

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

Use case