2013-05-08 04:31:37 +00:00
|
|
|
## beego
|
|
|
|
beego is a Go Framework which is inspired from tornado and sinatra.
|
2012-03-05 14:20:28 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
It is a simply & powerful web framework.
|
2012-12-16 15:43:42 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
Have this features:
|
2012-12-16 15:43:42 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
* 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
|
2012-12-16 15:43:42 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
[English Documents](https://github.com/astaxie/beego/tree/master/docs/en)
|
2012-12-16 15:43:42 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
[API](http://gowalker.org/github.com/astaxie/beego)
|
2012-12-16 15:43:42 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
[中文文档](https://github.com/astaxie/beego/tree/master/docs/zh)
|
2012-12-17 05:33:32 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
## LICENSE
|
|
|
|
beego is licensed under the Apache Licence, Version 2.0
|
|
|
|
(http://www.apache.org/licenses/LICENSE-2.0.html).
|
2012-12-17 05:33:32 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
## Use Case
|
2012-12-15 16:42:22 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
- API documentation [gowalker](https://github.com/Unknwon/gowalker)
|
|
|
|
- CMS [toropress](https://github.com/insionng/toropress)
|
2012-12-15 16:42:22 +00:00
|
|
|
|