mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 18:10:17 +00:00
update the documents & comments
This commit is contained in:
20
README.md
20
README.md
@ -2,9 +2,7 @@
|
||||
|
||||
[](https://drone.io/github.com/astaxie/beego/latest)
|
||||
|
||||
beego is a Go Framework inspired by tornado and sinatra.
|
||||
|
||||
It is a simple & powerful web framework.
|
||||
beego is an open-source, high-performance, modularity, full-stack web framework.
|
||||
|
||||
More info [beego.me](http://beego.me)
|
||||
|
||||
@ -12,20 +10,18 @@ More info [beego.me](http://beego.me)
|
||||
|
||||
* RESTful support
|
||||
* MVC architecture
|
||||
* Session support (store in memory, file, Redis or MySQL)
|
||||
* Cache support (store in memory, Redis or Memcache)
|
||||
* Global Config
|
||||
* Intelligent routing
|
||||
* Thread-safe map
|
||||
* Friendly displaying of errors
|
||||
* Useful template functions
|
||||
|
||||
* modularity
|
||||
* auto API documents
|
||||
* annotation router
|
||||
* namespace
|
||||
* powerful develop tools
|
||||
* full stack for web & API
|
||||
|
||||
## Documentation
|
||||
|
||||
[English](http://beego.me/docs/intro/)
|
||||
|
||||
[API](http://gowalker.org/github.com/astaxie/beego)
|
||||
[API](http://godoc.org/github.com/astaxie/beego)
|
||||
|
||||
[中文文档](http://beego.me/docs/intro/)
|
||||
|
||||
|
Reference in New Issue
Block a user