Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 425 Bytes

Libraries.md

File metadata and controls

13 lines (7 loc) · 425 Bytes

Frameworks

Gin-Gonic

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.

https://gin-gonic.com

Fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

https://github.com/valyala/fasthttp