# beego **Repository Path**: hainuo/beego ## Basic Information - **Project Name**: beego - **Description**: beego框架 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2015-04-25 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Beego [![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest) [![GoDoc](http://godoc.org/github.com/astaxie/beego?status.svg)](http://godoc.org/github.com/astaxie/beego) beego is an open-source, high-performance, modular, full-stack web framework. More info [beego.me](http://beego.me) ## Installation go get github.com/astaxie/beego ## Features * RESTful support * MVC architecture * Modularity * Auto API documents * Annotation router * Namespace * Powerful development tools * Full stack for Web & API ## Documentation * [English](http://beego.me/docs/intro/) * [中文文档](http://beego.me/docs/intro/) ## Community * [http://beego.me/community](http://beego.me/community) ## LICENSE beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).