1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 03:54:13 +00:00
beego mirror
Go to file
2013-06-20 14:22:06 +02:00
cache Some updates to cache README 2013-06-20 13:58:35 +02:00
docs doc_en:hot update 2013-06-18 18:02:51 +08:00
example/chat support websocket #20 2013-04-08 00:28:32 +08:00
session Update: session README 2013-06-20 14:22:06 +02:00
.gitignore add git ignore file 2013-06-01 13:31:14 +08:00
beego.go support hot-update 2013-06-07 17:48:14 +08:00
cache.go fix cache bug 2013-03-26 22:31:54 +08:00
config.go fix bug 2013-05-07 23:07:54 +08:00
context.go fix set cookies many times 2013-05-07 15:36:43 +08:00
controller.go Merge pull request #71 from yecrane/master 2013-06-17 01:03:04 -07:00
errors.go fix #16 2013-05-07 00:17:25 +08:00
log.go init framwork 2012-12-15 23:53:19 +08:00
model.go simplify beego 2012-12-17 22:15:21 +08:00
pprof.go refactor: use switch instead of if/else to select ProfController type 2013-01-03 23:19:13 -07:00
README.md add build status 2013-06-19 22:27:27 +08:00
reload.go support hot-update 2013-06-07 17:48:14 +08:00
router.go add Server info 2013-06-20 15:49:43 +08:00
safemap_test.go add safemap and test 2013-03-28 15:25:49 +08:00
safemap.go add safemap and test 2013-03-28 15:25:49 +08:00
template.go add EnableGzip support & delete if views not exist 2013-04-21 00:49:48 +08:00
utils.go add some useful function 2013-04-03 23:37:59 +08:00

beego

Build Status

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

It is a simply & powerful web framework.

Have this features:

  • RESTFul support
  • MVC architecture
  • Session support memory/file/redis/mysql
  • Cache support memory/redis/memcache
  • Global Config
  • Intelligent routing
  • thread safe map
  • Friendly error display
  • Useful template functions

English Documents

API

中文文档

LICENSE

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

Use Case