go基础|青训营笔记

122 阅读1分钟

这是我参与「第五届青训营 」伴学笔记创作活动的第 7 天。今天我学习了go语言web框架。

1.Gin(65.4K)

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

仓库地址:github.com/gin-gonic/g…

2.Beego(29.2K)

项目简介: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, 3.Echo(24.6K)

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

仓库地址:GitHub - labstack/echo: High performance, minimalist Go web framework 4.Fiber(23.8K)

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

仓库地址:github.com/gofiber/fib… 5.Iris(23.4K)

项目简介: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