gofiber/fiber

⚡️ Express inspired web framework written in Go

Gonodejsgofastgolangperformanceexpressframeworkwebflexiblerest-apiexpressjsfiberhacktoberfestfriendlyhacktoberfest2020
This is stars and forks stats for /gofiber/fiber repository. As of 19 Apr, 2024 this repository has 28707 stars and 1471 forks.

Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind. ⚡️ Quickstart package main import "github.com/gofiber/fiber/v2" func main() { app := fiber.New() app.Get("/", func(c *fiber.Ctx) error { return c.SendString("Hello, World 👋!") }) app.Listen(":3000") } 🤖 Benchmarks These tests are performed by TechEmpower and Go Web. If you want...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
XTLS/Xray-coreGoOther16.3k02.5k0
pdfcpu/pdfcpuGoShell5.4k03990
Tencent/bk-cmdbGoVueC++5.1k01.5k0
inconshreveable/ngrokGoJavaScriptHTML23.2k04.3k0
ignite-hq/cliGoSmartyOther1.1k05180
kubernetes/autoscalerGoShellMakefile7.1k+93.7k+13
cloudposse/terraform-aws-s3-websiteHCLGoMakefile1130710
SciML/GalacticOptim.jlJulia5700660
cloudposse/build-harnessMakefileShellPython33901260
amplitude/Amplitude-iOSObjective-CHTMLSCSS28401830