天天看點

一些不錯的golang web 架構

以下整理一些不錯的golang web 架構

gofiber/fiber 

類似nodejs exprss 的web架構

gin-gonic/gin 

類似 Martini 的web 架構,但是性能更好

go-martini/martini 

上邊說到的Martini

labstack/echo

astaxie/beego 

比較完備的web 架構

gobuffalo/buffalo 

快速web開發架構

gorilla/mux 

主要是httphandler的提供,但是很強大

emicklei/go-restful 

go rest-ful api 開發

revel/revel 

全棧的web開發架構

golang的web開發架構很多,而且生态很不錯,類似的http路由以及handler架構就有好多,好多是否可以解決自己的需求進行選擇

https://github.com/gofiber/fiber 

https://github.com/gin-gonic/gin 

https://github.com/go-martini/martini 

https://github.com/labstack/echo 

https://github.com/astaxie/beego 

https://github.com/gobuffalo/buffalo 

https://github.com/gorilla/mux 

https://github.com/emicklei/go-restful 

https://github.com/revel/revel

posted on

2020-11-22 19:54 

榮鋒亮 

閱讀(629) 

評論(0) 

編輯 

收藏 

舉報

繼續閱讀