GO 语言爱好者的最佳Web框架

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

https://revel.github.io

你可能感兴趣的:(go,go)