Name Last Update
cache Loading commit data...
config Loading commit data...
context Loading commit data...
example Loading commit data...
httplib Loading commit data...
logs Loading commit data...
middleware Loading commit data...
orm Loading commit data...
session Loading commit data...
testing Loading commit data...
toolbox Loading commit data...
utils Loading commit data...
validation Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
admin.go Loading commit data...
app.go Loading commit data...
beego.go Loading commit data...
config.go Loading commit data...
controller.go Loading commit data...
filter.go Loading commit data...
fiter_test.go Loading commit data...
flash.go Loading commit data...
log.go Loading commit data...
memzipfile.go Loading commit data...
mime.go Loading commit data...
reload.go Loading commit data...
router.go Loading commit data...
router_test.go Loading commit data...
template.go Loading commit data...
template_test.go Loading commit data...
templatefunc.go Loading commit data...
templatefunc_test.go Loading commit data...

beego

Build Status

beego is a Go Framework inspired by tornado and sinatra.

It is a simple & 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).

Clone in Koding