Beego:一个开源高性能的Web框架

网友投稿 1097 2022-10-24

Beego:一个开源高性能的Web框架

Beego:一个开源高性能的Web框架

beego is used for rapid development of RESTful APIs, web apps and backend services in Go. It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.

More info at beego.me.

Quick Start

Download and install

go get github.com/astaxie/beego

Create file hello.go

package mainimport "github.com/astaxie/beego"func main(){ beego.Run()}

Build and run

go build hello.go./hello

Go to http://localhost:8080

Congratulations! You've just built your first beego app.

Please see Documentation for more.

Features

RESTful supportMVC architectureModularityAuto API documentsAnnotation routerNamespacePowerful development toolsFull stack for Web & API

Documentation

English中文文档Русский

Community

http://beego.me/communityWelcome to join us in Slack: https://beego.slack.com, you can get invited from hereQQ Group Group ID:523992905

License

beego source code is licensed under the Apache Licence, Version 2.0 (http://apache.org/licenses/LICENSE-2.0.html).

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:js实现快速排序
下一篇:53. Maximum Subarray
相关文章

 发表评论

暂时没有评论,来抢沙发吧~