mirror of
https://github.com/astaxie/beego.git
synced 2024-11-10 18:20:55 +00:00
commit
40c7b47c24
23
README.md
23
README.md
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user