mirror of
https://github.com/astaxie/beego.git
synced 2024-11-16 14:20:56 +00:00
32 lines
695 B
Markdown
32 lines
695 B
Markdown
## beego
|
|
|
|
[![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest)
|
|
|
|
beego is an open-source, high-performance, modularity, full-stack web framework.
|
|
|
|
More info [beego.me](http://beego.me)
|
|
|
|
## Features
|
|
|
|
* RESTful support
|
|
* MVC architecture
|
|
* modularity
|
|
* auto API documents
|
|
* annotation router
|
|
* namespace
|
|
* powerful develop tools
|
|
* full stack for web & API
|
|
|
|
## Documentation
|
|
|
|
[English](http://beego.me/docs/intro/)
|
|
|
|
[API](http://godoc.org/github.com/astaxie/beego)
|
|
|
|
[中文文档](http://beego.me/docs/intro/)
|
|
|
|
|
|
## LICENSE
|
|
|
|
beego is licensed under the Apache Licence, Version 2.0
|
|
(http://www.apache.org/licenses/LICENSE-2.0.html). |