Go语言五大主流web框架
Golang web框架
以下 star数截止2023年7月份
1.Gin(69.7K)
项目简介:Gin 是一个用 Go (Golang) 编写的 HTTP Web 框架。 它具有类似 Martini 的 API,但性能比 Martini 快 40 倍。
仓库地址:https://github.com/gin-gonic/gin
https://github.com/gin-gonic/gin
2.Beego(29.9K)
项目简介:Beego用于在Go中快速开发企业应用程序,包括RESTful API、web应用程序和后端服务。它的灵感来源于Tornado, Sinatra and Flask。beego有一些特定于Go的特性,如接口和结构嵌入。
官方文档地址:Welcome to Beego | BeegoThe most easy use framework
https://beego.gocn.vip/beego/zh/developing/
3.Fiber(27K)
项目简介:Fiber是一个Go web框架,构建在Go最快的HTTP引擎Fasthttp之上。它的设计目的是为了在零内存分配和性能的情况下简化快速开发。
仓库地址:https://github.com/gofiber/fiber
https://github.com/gofiber/fiber
官方文档地址:Welcome - Fiber
https://docs.gofiber.io/
4.Echo(26K)
项目简介:高性能、极简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.
https://github.com/labstack/echo官方文档地址:Echo - High performance, minimalist Go web frameworkEcho is a high performance, extensible, minimalist web framework for Go (Golang).
https://echo.labstack.com/
5.Iris(24.1K)
项目简介:Iris是一个高效且设计良好的跨平台web框架,具有强大的功能集。构建具有无限潜力和可移植性的高性能web应用程序和API。
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐
https://gin-gonic.com/zh-cn/docs/
https://www.iris-go.com/docs/#/

所有评论(0)