beego mirror
Go to file
astaxie 17a99cfa81 maybe can't delete cookie error in same browser 2013-08-21 11:31:32 +08:00
cache fix #132 2013-08-09 22:19:05 +08:00
docs add httplib support like http.client 2013-08-03 22:20:09 +08:00
example fix #161 2013-08-19 10:26:16 +08:00
httplib move httplib from beego to beego/httplib safemap support get all items 2013-08-06 16:13:45 +08:00
orm orm update docs 2013-08-19 22:37:53 +08:00
session fix #138 2013-08-09 23:41:03 +08:00
validation Change tag valid func default key 2013-08-06 23:15:20 +08:00
.gitignore add git ignore file 2013-06-01 13:31:14 +08:00
README.md Update README.md 2013-08-11 13:26:28 +08:00
beego.go fix typo for templateLeft 2013-08-19 13:02:18 +08:00
cache.go Added Items() to return items from BeeCache 2013-08-05 00:47:37 -05:00
config.go fix typo for templateLeft 2013-08-19 13:02:18 +08:00
context.go fix #166 2013-08-20 12:04:50 +08:00
controller.go jsonp set header to javascript 2013-08-19 21:34:34 +08:00
errors.go Fixed bug: error page cannot show correct corresponding status code 2013-07-18 14:42:45 +08:00
flash.go maybe can't delete cookie error in same browser 2013-08-21 11:31:32 +08:00
log.go I guess write would be better 2013-07-25 19:04:26 +08:00
pprof.go refactor: use switch instead of if/else to select ProfController type 2013-01-03 23:19:13 -07:00
reload.go fix close err 2013-06-26 23:34:32 +08:00
router.go add filter after 2013-08-12 00:14:42 +08:00
safemap.go move httplib from beego to beego/httplib safemap support get all items 2013-08-06 16:13:45 +08:00
safemap_test.go add safemap and test 2013-03-28 15:25:49 +08:00
template.go fixed 2013-08-20 14:20:38 +08:00
template_test.go Add template test 2013-08-01 12:10:56 +08:00
utils.go Support custom label for renderform 2013-08-12 06:54:36 +08:00
utils_test.go Support custom label for renderform 2013-08-12 06:54:36 +08:00

README.md

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