1
0
mirror of https://github.com/astaxie/beego.git synced 2025-02-18 08:47:05 +00:00
Beego/README.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2013-05-08 12:31:37 +08:00
## beego
2013-06-19 22:27:21 +08:00
[![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest)
2013-06-21 10:40:58 +02:00
beego is a Go Framework which is inspired from tornado and sinatra.
2012-03-05 22:20:28 +08:00
2013-05-08 12:31:37 +08:00
It is a simply & powerful web framework.
2012-12-16 23:43:42 +08:00
2013-08-11 13:26:28 +08:00
more info [beego.me](http://beego.me)
2013-06-22 13:17:50 +02:00
## Features
2012-12-16 23:43:42 +08:00
2013-05-08 12:31:37 +08:00
* RESTFul support
* MVC architecture
2013-06-22 13:17:50 +02:00
* Session support (store in memory, file, Redis or MySQL)
* Cache support (store in memory, Redis or Memcache)
2013-05-08 12:31:37 +08:00
* Global Config
* Intelligent routing
2013-06-22 13:17:50 +02:00
* Thread-safe map
* Friendly displaying of errors
2013-05-08 12:31:37 +08:00
* Useful template functions
2012-12-16 23:43:42 +08:00
2013-06-22 13:17:50 +02:00
## Documentation
[English](https://github.com/astaxie/beego/tree/master/docs/en)
2012-12-16 23:43:42 +08:00
2013-05-08 12:31:37 +08:00
[API](http://gowalker.org/github.com/astaxie/beego)
2012-12-16 23:43:42 +08:00
2013-05-08 12:31:37 +08:00
[中文文档](https://github.com/astaxie/beego/tree/master/docs/zh)
2012-12-17 13:33:32 +08:00
2013-06-21 10:40:58 +02:00
2013-05-08 12:31:37 +08:00
## LICENSE
2013-06-22 13:17:50 +02:00
2013-05-08 12:31:37 +08:00
beego is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).
2012-12-17 13:33:32 +08:00
2013-06-21 10:40:58 +02:00
2013-06-22 13:17:50 +02:00
## Use case
2012-12-16 00:42:22 +08:00
2013-06-22 13:17:50 +02:00
- Displaying API documentation: [gowalker](https://github.com/Unknwon/gowalker)
- seocms: [seocms](https://github.com/chinakr/seocms)
2013-06-22 13:17:50 +02:00
- CMS: [toropress](https://github.com/insionng/toropress)