Go语言五大主流web框架

时间:2022-11-08 09:01:16

以下 star数截止2022年11月份

1.Gin(64.1K)

项目简介:Gin 是一个用 Go (Golang) 编写的 HTTP Web 框架。 它具有类似 Martini 的 API,但性能比 Martini 快 40 倍。

仓库地址:https://github.com/gin-gonic/ginGo语言五大主流web框架https://github.com/gin-gonic/gin

官方文档地址:文档 | Gin Web FrameworkGin 是什么?Gin 是一个用 Go (Golang) 编写的 HTTP Web 框架。 它具有类似 Martini 的 API,但性能比 Martini 快 40 倍。如果你需要极好的性能,使用 Gin 吧。如何使用 Gin?我们提供了一些 API …Go语言五大主流web框架https://gin-gonic.com/zh-cn/docs/

2.Beego(29K)

项目简介:Beego用于在Go中快速开发企业应用程序,包括RESTful API、web应用程序和后端服务。它的灵感来源于Tornado, Sinatra and Flask。beego有一些特定于Go的特性,如接口和结构嵌入。

仓库地址:GitHub - beego/beego: beego is an open-source, high-performance web framework for the Go programming language.beego is an open-source, high-performance web framework for the Go programming language. - GitHub - beego/beego: beego is an open-source, high-performance web framework for the Go programming language.Go语言五大主流web框架https://github.com/beego/beego

官方文档地址:Welcome to Beego | BeegoThe most easy use frameworkGo语言五大主流web框架https://beego.gocn.vip/beego/zh/developing/

3.Echo(24.1K)

项目简介:高性能、极简Go web框架

仓库地址:GitHub - labstack/echo: High performance, minimalist Go web frameworkHigh performance, minimalist Go web framework. Contribute to labstack/echo development by creating an account on GitHub.Go语言五大主流web框架https://github.com/labstack/echo

官方文档地址:Echo - High performance, minimalist Go web frameworkEcho is a high performance, extensible, minimalist web framework for Go (Golang).Go语言五大主流web框架https://echo.labstack.com/

4.Iris(24.1K)

项目简介:Iris是一个高效且设计良好的跨平台web框架,具有强大的功能集。构建具有无限潜力和可移植性的高性能web应用程序和API。

仓库地址:GitHub - kataras/iris: The fastest HTTP/2 Go Web Framework. New, modern, easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio | 谢谢 | #golangThe fastest HTTP/2 Go Web Framework. New, modern, easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :leaves: :rocket: | 谢谢 | #golang - GitHub - kataras/iris: The fastest HTTP/2 Go Web Framework. New, modern, easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio | 谢谢 | #golangGo语言五大主流web框架https://github.com/kataras/iris

官方文档地址:Iris DocsThe fastest HTTP/2 Go Web Framework. Iris provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.Go语言五大主流web框架https://www.iris-go.com/docs/#/

5.Fiber(24.1K)

项目简介:Fiber是一个Go web框架,构建在Go最快的HTTP引擎Fasthttp之上。它的设计目的是为了在零内存分配和性能的情况下简化快速开发。

仓库地址:https://github.com/gofiber/fiberGo语言五大主流web框架https://github.com/gofiber/fiber

官方文档地址:Welcome - FiberGo语言五大主流web框架https://docs.gofiber.io/

5.Revel(12.8K)

项目简介:Go语言的高生产率、全栈web框架。

仓库地址:GitHub - revel/revel: A high productivity, full-stack web framework for the Go language.A high productivity, full-stack web framework for the Go language. - GitHub - revel/revel: A high productivity, full-stack web framework for the Go language.Go语言五大主流web框架https://github.com/revel/revel

官方文档地址:Introduction | Revel - A Web Application Framework for Go!Go语言五大主流web框架http://revel.github.io/tutorial/index.html