1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 02:24:14 +00:00

Merge pull request #76 from matrixik/patch-1

Update: README
This commit is contained in:
astaxie 2013-06-22 07:49:03 -07:00
commit 40c7b47c24

View File

@ -6,19 +6,23 @@ beego is a Go Framework which is inspired from tornado and sinatra.
It is a simply & powerful web framework. It is a simply & powerful web framework.
Have this features:
## Features
* RESTFul support * RESTFul support
* MVC architecture * MVC architecture
* Session support memory/file/redis/mysql * Session support (store in memory, file, Redis or MySQL)
* Cache support memory/redis/memcache * Cache support (store in memory, Redis or Memcache)
* Global Config * Global Config
* Intelligent routing * Intelligent routing
* thread safe map * Thread-safe map
* Friendly error display * Friendly displaying of errors
* Useful template functions * Useful template functions
[English Documents](https://github.com/astaxie/beego/tree/master/docs/en)
## Documentation
[English](https://github.com/astaxie/beego/tree/master/docs/en)
[API](http://gowalker.org/github.com/astaxie/beego) [API](http://gowalker.org/github.com/astaxie/beego)
@ -26,11 +30,12 @@ Have this features:
## LICENSE ## LICENSE
beego is licensed under the Apache Licence, Version 2.0 beego is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html). (http://www.apache.org/licenses/LICENSE-2.0.html).
## Use Case ## Use case
- API documentation [gowalker](https://github.com/Unknwon/gowalker) - Displaying API documentation: [gowalker](https://github.com/Unknwon/gowalker)
- CMS [toropress](https://github.com/insionng/toropress) - CMS: [toropress](https://github.com/insionng/toropress)