Fiber是一个受到Express启发的Web框架,基于使用Go语言编写的最快的HTTP引擎Fasthttp构建。旨在通过零内存分配和高性能服务,使快速开发更加简便。
https://github.com/gofiber/fiber
Beego: 一个Go语言下开源的,高性能Web框架
https://github.com/astaxie/beego
https://beego.me
Buffalo: 一个Go语言下快速Web开发框架
https://github.com/gobuffalo/buffalo
https://gobuffalo.io
Echo: 一个高性能,极简的Web框架
https://github.com/labstack/echo
https://echo.labstack.com
Gin: 一个Go语言写的HTTP Web框架。它提供了Martini风格的API并有更好的性能。
https://github.com/gin-gonic/gin
https://gin-gonic.github.io/gin
Iris: 目前发展最快的Go Web框架。提供完整的MVC功能并且面向未来。
https://github.com/kataras/iris
https://iris-go.com
Revel: 一个高生产率,全栈Go语言的Web框架。
https://github.com/revel/revel
【go|GO 语言爱好者的最佳Web框架】https://revel.github.io
推荐阅读
- 获取Go程序汇编代码的3种方法
- 使用Go进行iOS和Android编程
- go|golang协程模型——可扩展的go调度设计
- GO|GO基础转换、常量、遍历字符串
- Go gmp调度模型
- Go教程目录
- Go工作池
- GO URL解析
- Go时间