Skip to content

Web / REST

πŸ“˜ Resources

πŸ“• Articles

πŸ“Ί Videos

πŸ“¦ Libraries

  • gocondor/gocondor - A golang framework for building modern APIs
  • beego/beego - beego is an open-source, high-performance web framework for the Go programming language.
  • labstack/echo - High performance, minimalist Go web framework
  • gofiber/fiber - Express inspired web framework written in Go
  • kataras/iris - The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more
  • gin-gonic/gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance.
  • xinliangnote/go-gin-api - The API framework based on Gin’s modular design encapsulates common functions
  • gobuffalo/buffalo - Rapid Web Development w/ Go
  • zeromicro/go-zero - go-zero is a web and rpc framework written in Go. It’s born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
  • justinas/alice - Painless middleware chaining for Go
  • eyazici90/go-mediator - Simple mediator implementation in go
  • eapache/go-resiliency - Resiliency patterns for golang
  • valyala/fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
  • emicklei/go-restful - package for building REST-style Web Services using Go

πŸš€ Samples

Recipes

Back to top