Skip to content

Commit 2c94a03

Browse files
committed
Add best Golang web FW
1 parent 0f6796d commit 2c94a03

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

best-golang-web-frameworks.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
1/ Buffalo - Bringing the productivity of Rails to Go!
2+
https://gobuffalo.io/documentation/getting_started/installation/
3+
4+
2/ Revel - High-productivity web framework for the Go language.
5+
Github: https://github.com/revel/revel
6+
Examples: https://revel.github.io/examples/booking.html
7+
8+
3/ Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
9+
Github: https://github.com/gin-gonic/gin
10+
11+
4/ Fiber - An Express.js inspired web framework build on Fasthttp.
12+
Github: https://github.com/gofiber/fiber
13+
Docs: https://docs.gofiber.io/
14+
Examples: https://github.com/gofiber/recipes
15+
Awesome list: https://github.com/gofiber/awesome-fiber

0 commit comments

Comments
 (0)