Track Awesome Fiber Updates Daily
✨ A curated list of awesome Fiber middlewares, boilerplates, recipes, articles and tools.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 gofiber/awesome-fiber · ⭐ 132 · 🏷️ Back-End Development
Feb 02, 2023
🛠️ Tools / 🌱 Third Party
- ryanbekhen/feserve (⭐7) - Feserve is a lightweight application or docker image to serve frontend and load balancer applications.
Jan 16, 2023
⚙️ Middlewares / 🌱 Third Party
- airbrake/gobrake (⭐99) - An Airbrake middleware that reports performance data (route stats).
Nov 17, 2022
📖 Articles / 🌱 Third Party
Nov 07, 2022
🚧 Boilerplates / 🌱 Third Party
- GalvinGao/gofiber-template (⭐17) - A production-ready, container-first opinionated gofiber project template. Config by envvars, DI by go.uber.org/fx, Database by uptrace/bun, with out-of-the-box MVC folder structure and CI/CD support.
Oct 31, 2022
⚙️ Middlewares / 🌱 Third Party
- vladfr/fiber-servertiming (⭐0) - A middleware to add Server-Timing headers based on the W3C Server-Timing Spec.
Oct 20, 2022
🚧 Boilerplates / 🌱 Third Party
- sujit-baniya/goravel (⭐5) - Laravel similar boilerplate go Go with support for Gofiber or Gin.
Oct 11, 2022
📺 Videos / 🌱 Third Party
Sep 12, 2022
📖 Articles / 🌱 Third Party
Aug 27, 2022
⚙️ Middlewares / 🧬 Core
- EnvVar (⭐24k) - Expose environment variables with providing an optional config.
Aug 25, 2022
⚙️ Middlewares / 🌱 Third Party
- joffref/opa-middleware (⭐6) - Provides an OPA middleware integration for fiber.
Aug 19, 2022
⚙️ Middlewares / 💻 Contrib
- casbin (⭐71) - Casbin middleware for Fiber.
- fibernewrelic (⭐71) - NewRelic middleware for Fiber. The middleware handles NewRelic insturmentation.
- opafiber (⭐71) - Open Policy Agent middleware for Fiber. The middleware handles running Rego policies.
May 16, 2022
⚙️ Middlewares / 🌱 Third Party
- witer33/fiberpow (⭐2) - Anti DDoS/Bot Middleware with a customizable Proof Of Work challenge.
Apr 14, 2022
⚙️ Middlewares / 🌱 Third Party
- darkweak/souin (⭐396) - HTTP cache, RFC compliant, alternative to Varnish available as a middleware.
Apr 10, 2022
🚧 Boilerplates / 🌱 Third Party
- efectn/fiber-boilerplate (⭐48) - Simple and scalable boilerplate to build powerful and organized REST projects with Fiber.
Mar 28, 2022
⚙️ Middlewares / 🌱 Third Party
- arsmn/fiber-swagger (⭐242) - Fiber middleware to automatically generate RESTful API documentation with Swagger 2.0.
- arsmn/fiber-casbin (⭐57) - Casbin middleware for Fiber.
- shareed2k/fiber_tracing (⭐9) - Middleware trace requests on Fiber framework with OpenTracing API.
- shareed2k/fiber_limiter (⭐12) - Limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket.
- arsmn/fastgql (⭐78) - Go library for building GraphQL servers without any fuss, but with fasthttp support.
- kiyonlin/fiber_limiter (⭐3) - Limiter is based on rate which forks of golang.org/x/time/rate.
- juandiii/go-jwk-security (⭐7) - JWT middleware for fiber.
- ansrivas/fiberprometheus (⭐98) - Prometheus middleware for gofiber.
- LdDl/fiber-long-poll (⭐12) - Golang long polling library for fasthttp-based web framework called Fiber.
- K0enM/fiber_vhost (⭐5) - Vhost (Virtual host) middleware for Fiber that enables the use of virtual hosts based on the Host Header.
- sacsand/gofiber-firebaseauth (⭐19) - Fiber Firebase Auth Middleware.
- theArtechnology/fiber-inertia (⭐10) - This is a Inertia.js server-side adapter based on inertia-laravel, but for Fiber Framework.
- aschenmaker/fiber-health-check (⭐9) - Health-check middleware support health-check for Fiber️ framework.
- elastic/apmfiber (⭐370) - APM Agent for Go Fiber.
- eozer/fiber_ldapauth (⭐2) - LDAP Authentication Middleware for Fiber.
🚧 Boilerplates / 🌱 Third Party
- gofiber/boilerplate (⭐259) - Official fiber boilerplate.
- fiber-boilerplate (⭐193) - A boilerplate for the Fiber web framework.
- sujit-baniya/fiber-boilerplate (⭐264) - Boilerplate on the top of fiber web framework with many middlewares and features.
- create-go-app/fiber-go-template (⭐521) - Fiber backend template for Create Go App CLI.
- embedmode/fiberseed (⭐25) - Fiber boilerplate api with many middlewares.
📁 Recipes / 🌱 Third Party
- kiyonlin/fiblar-demo (⭐1) - Fiber v1 + angular demo.
- koddr/tutorial-go-fiber-rest-api (⭐233) - Tutorial for building a restful api with fiber.
- firebase007/go-rest-api-with-fiber (⭐39) - Demo project with fiber, logging, basicAuth and postgresql.
- chawk/go_fiber_quickstart (⭐18) - Fiber quick start example project.
- EricLau1/go-fiber-auth-api (⭐36) - Golang Authentication API with Fiber MongoDB and JWT.
🤖 Benchmarks / 🌱 Third Party
- TechEmpower - Project provides performance measures across a wide field of web application frameworks.
- web-frameworks-benchmark - Project aims to measure the differences between the various programming language frameworks.
- go-web-framework-benchmark (⭐1.8k) - This benchmark suite aims to compare the performance of Go web frameworks.
Feb 28, 2022
⚙️ Middlewares / 🧬 Core
- BasicAuth (⭐24k) - Basic auth middleware provides an HTTP basic authentication. It calls the next handler for valid credentials and 401 Unauthorized for missing or invalid credentials.
- Cache (⭐24k) - Intercept and cache responses.
- Compress (⭐24k) - Compression middleware for Fiber, it supports
deflate
,gzip
andbrotli
by default.
- CORS (⭐24k) - Enable cross-origin resource sharing (CORS) with various options.
- CSRF (⭐24k) - Protect from CSRF exploits.
- Encrypt Cookie (⭐24k) - Encrypt middleware which encrypts cookie values.
- ETag (⭐24k) - ETag middleware that lets caches be more efficient and save bandwidth, as a web server does not need to resend a full response if the content has not changed.
- Expvar (⭐24k) - Expvar middleware that serves via its HTTP server runtime exposed variants in the JSON format.
- Favicon (⭐24k) - Ignore favicon from logs or serve from memory if a file path is provided.
- FileSystem (⭐24k) - FileSystem middleware for Fiber, special thanks and credits to Alireza Salary.
- Limiter (⭐24k) - Rate-limiting middleware. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
- Logger (⭐24k) - HTTP request/response logger.
- Monitor (⭐24k) - Monitor middleware that reports server metrics, inspired by express-status-monitor.
- Pprof (⭐24k) - Pprof middleware that serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
- Proxy (⭐24k) - Allows you to proxy requests to a multiple servers.
- Recover (⭐24k) - Recover middleware recovers from panics anywhere in the stack chain and handles the control to the centralized ErrorHandler.
- RequestID (⭐24k) - Adds a requestid to every request.
- Session (⭐24k) - Session middleware. NOTE: This middleware uses our Storage package.
- Skip (⭐24k) - Skip middleware that skips a wrapped handler is a predicate is true.
- Timeout (⭐24k) - Adds a max time for a request and forwards to ErrorHandler if it is exceeded.
⚙️ Middlewares / 🔗 External
- adaptor (⭐155) - Converter for net/http handlers to/from Fiber request handlers.
- helmet (⭐71) - Helps secure your apps by setting various HTTP headers.
- jwt (⭐366) - JWT returns a JSON Web Token (JWT) auth middleware.
- keyauth (⭐65) - Key auth middleware provides a key based authentication.
- redirect (⭐15) - Redirect middleware for Fiber.
- rewrite (⭐13) - Rewrite middleware rewrites the URL path based on provided rules. It can be helpful for backward compatibility or just creating cleaner and more descriptive links.
- storage (⭐152) - Premade storage drivers that implement the Storage interface, designed to be used with various Fiber middlewares.
- template (⭐182) - This package contains 8 template engines that can be used with Fiber v1.10.x Go version 1.13 or higher is required.
- websocket (⭐263) - Based on Fasthttp WebSocket for Fiber with Locals support!
⚙️ Middlewares / 💻 Contrib
- fibersentry (⭐71) - Sentry support for Fiber.
- fiberzap (⭐71) - Zap logging support for Fiber.
- otelfiber (⭐71) - OpenTelemetry support for Fiber.
- paseto (⭐71) - PASETO returns a Web Token (PASETO) auth middleware.
- swagger (⭐71) - Swagger middleware for Fiber. The middleware handles Swagger UI.
📁 Recipes / 🌱 Third Party
- gofiber/recipes (⭐2.1k) - Official Fiber cookbook.
🛠️ Tools / 🌱 Third Party
- go-dawn/dawn (⭐8) - Dawn is an opinionated web framework that provides rapid development capabilities which on top of Fiber.
- tompston/gomakeme (⭐6) - Generate boilerplate + endpoints for Fiber or Gin REST APIs.
📖 Articles / 🌱 Third Party
Feb 23, 2022
📖 Articles / 🌱 Third Party