2013-05-08 04:31:37 +00:00
|
|
|
## beego
|
2013-06-19 14:27:21 +00:00
|
|
|
|
|
|
|
[![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest)
|
|
|
|
|
2013-06-21 08:40:58 +00:00
|
|
|
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-06-22 11:17:50 +00:00
|
|
|
|
|
|
|
## Features
|
2012-12-16 15:43:42 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
* RESTFul support
|
|
|
|
* MVC architecture
|
2013-06-22 11:17:50 +00:00
|
|
|
* Session support (store in memory, file, Redis or MySQL)
|
|
|
|
* Cache support (store in memory, Redis or Memcache)
|
2013-05-08 04:31:37 +00:00
|
|
|
* Global Config
|
|
|
|
* Intelligent routing
|
2013-06-22 11:17:50 +00:00
|
|
|
* Thread-safe map
|
|
|
|
* Friendly displaying of errors
|
2013-05-08 04:31:37 +00:00
|
|
|
* Useful template functions
|
2012-12-16 15:43:42 +00:00
|
|
|
|
2013-06-22 11:17:50 +00:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
[English](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-06-21 08:40:58 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
## LICENSE
|
2013-06-22 11:17:50 +00:00
|
|
|
|
2013-05-08 04:31:37 +00:00
|
|
|
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-06-21 08:40:58 +00:00
|
|
|
|
2013-06-22 11:17:50 +00:00
|
|
|
## Use case
|
2012-12-15 16:42:22 +00:00
|
|
|
|
2013-06-22 11:17:50 +00:00
|
|
|
- Displaying API documentation: [gowalker](https://github.com/Unknwon/gowalker)
|
2013-06-25 10:49:08 +00:00
|
|
|
- seocms: [seocms](https://github.com/chinakr/seocms)
|
2013-06-22 11:17:50 +00:00
|
|
|
- CMS: [toropress](https://github.com/insionng/toropress)
|