1
0
mirror of https://github.com/astaxie/beego.git synced 2025-01-22 18:07:12 +00:00
astaxie 8358e0ff48 Merge pull request #83 from shxsun/master
In go version 1.0.3 will call build error
2013-06-25 07:08:35 -07:00
2013-06-20 13:58:35 +02:00
2013-04-08 00:28:32 +08:00
2013-06-20 15:25:39 +03:00
2013-06-01 13:31:14 +08:00
2013-03-26 22:31:54 +08:00
2013-06-24 23:24:33 +08:00
2013-05-07 15:36:43 +08:00
2013-06-24 23:59:06 +08:00
2012-12-17 22:15:21 +08:00
2013-06-25 21:40:42 +08:00
2013-06-25 16:44:53 +08:00
2013-03-28 15:25:49 +08:00
2013-03-28 15:25:49 +08:00
2013-06-24 23:24:33 +08:00

beego

Build Status

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

It is a simply & powerful web framework.

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

Description
beego mirror
Readme 9.4 MiB
Languages
Go 99.6%
Shell 0.4%