awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jsorb84/ssefiber

Open-source alternatives to Ssefiber

29 open-source projects similar to jsorb84/ssefiber, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ssefiber alternative.

  • elixir-plug/plugelixir-plug avatar

    elixir-plug/plug

    2,987View on GitHub↗

    Plug is a specification and set of primitives for building composable middleware pipelines in Elixir web applications. It provides a system for managing HTTP request pipelines and a routing engine that dispatches incoming requests to specific handlers based on methods and URL patterns. The project enables the creation of interchangeable web middleware for tasks such as authentication, logging, and session management. It also includes mechanisms for upgrading standard HTTP requests to full-duplex WebSocket connections. The capability surface covers request body parsing, static asset delivery,

    Elixir
    View on GitHub↗2,987
  • ansrivas/fiberprometheusansrivas avatar

    ansrivas/fiberprometheus

    208View on GitHub↗

    NOTE: 🚨 We are currently migrating this middleware to the official gofiber/contrib repo, official link etc. will be posted soon.

    Go
    View on GitHub↗208
  • apitally/apitally-goapitally avatar

    apitally/apitally-go

    8View on GitHub↗

    API monitoring & analytics made simple Metrics, logs, traces, and alerts for your APIs — with just a few lines of code.

    Go
    View on GitHub↗8
  • aschenmaker/fiber-health-checkaschenmaker avatar

    aschenmaker/fiber-health-check

    10View on GitHub↗

    A health check middleware for fiber web framework.

    Go
    View on GitHub↗10
  • beyer-stefan/gofiber-minifierbeyer-stefan avatar

    beyer-stefan/gofiber-minifier

    2View on GitHub↗

    Minifier for Fiber ("gofiber") supporting HTML5, CSS3, and JavaScript.

    Go
    View on GitHub↗2

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • darkweak/souindarkweak avatar

    darkweak/souin

    974View on GitHub↗

    An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache

    Gocachecaddycaddy-module
    View on GitHub↗974
  • davidhoenisch/fiber-corazaDavidHoenisch avatar

    DavidHoenisch/fiber-coraza

    2View on GitHub↗

    A high-performance Coraza WAF middleware for Go Fiber.

    Go
    View on GitHub↗2
  • elastic/apm-agent-goelastic avatar

    elastic/apm-agent-go

    424View on GitHub↗

    NOTE: This repository is in maintenance mode. Bug fixes will continue to be applied, but no new features will be implemented. To replace this agent, we recommend you to migrate to the OpenTelemetry Go API and SDK, which provides similar features. In order to help you do a seamless migration, we…

    Go
    View on GitHub↗424
  • fugue-labs/gollemfugue-labs avatar

    fugue-labs/gollem

    29View on GitHub↗

    The production agent framework for Go Type-safe agents, structured output, multi-provider streaming, guardrails, cost tracking, agent middleware, composable pipelines, multi-agent team swarms with dynamic personality generation, and multi-agent orchestration — with zero core dependencies and…

    Go
    View on GitHub↗29
  • gofiber/contribgofiber avatar

    gofiber/contrib

    300View on GitHub↗

    Repository for third party middlewares with dependencies

    Go
    View on GitHub↗300
  • gofiber/fibergofiber avatar

    gofiber/fiber

    39,849View on GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    Goexpressexpressjsfast
    View on GitHub↗39,849
  • gofiber/storagegofiber avatar

    gofiber/storage

    332View on GitHub↗

    Premade storage drivers that implement the Storage interface, designed to be used with various Fiber middlewares.

    Go
    View on GitHub↗332
  • gofiber/templateG

    gofiber/template

    0View on GitHub↗

    title: 👋 Welcome description: 🧬 Template engine middlewares for Fiber. sidebar_position: 1

    View on GitHub↗0
  • idan-fishman/fiber-bindIdan-Fishman avatar

    Idan-Fishman/fiber-bind

    14View on GitHub↗

    Bind is a request schema validator middleware for the Fiber web framework. It provides a convenient way to parse and validate data from different sources such as the request body, query string parameters, and route parameters.

    Go
    View on GitHub↗14
  • joffref/opa-middlewareJoffref avatar

    Joffref/opa-middleware

    22View on GitHub↗

    This middleware integrates Open Policy Agent (OPA) to your http/gin/fiber app. You can use it to enforce policies on endpoints. You can use OPA as local policy engine, or as a remote policy engine.

    Go
    View on GitHub↗22
  • mikhail-bigun/fiberlogrusmikhail-bigun avatar

    mikhail-bigun/fiberlogrus

    10View on GitHub↗

    Logger middleware for Fiber that logs HTTP request/response details.

    Go
    View on GitHub↗10
  • narmadaweb/gonifynarmadaweb avatar

    narmadaweb/gonify

    2View on GitHub↗

    A middleware for multiple Go frameworks that automatically minifies HTTP responses before sending them to clients. Powered by the efficient tdewolff/minify/v2 library.

    Go
    View on GitHub↗2
  • narmadaweb/limiterN

    narmadaweb/limiter

    0View on GitHub↗

    A high-performance rate limiting middleware supporting multiple Go web frameworks (Fiber, Gin, Echo, Chi, and standard library) with Redis and in-memory storage, implementing multiple rate-limiting algorithms.

    View on GitHub↗0
  • newrelic/go-agentnewrelic avatar

    newrelic/go-agent

    834View on GitHub↗

    The New Relic Go Agent allows you to monitor your Go applications with New Relic. It helps you track transactions, outbound requests, database calls, and other parts of your Go application's behavior and provides a running overview of garbage collection, goroutine activity, and memory use.

    Go
    View on GitHub↗834
  • oaswrap/specoaswrap avatar

    oaswrap/spec

    112View on GitHub↗

    Code-first, framework-agnostic OpenAPI 3.x spec builder for Go. Generate docs from route registrations and Go structs — no annotations, no vendor lock-in.

    Go
    View on GitHub↗112
  • sacsand/gofiber-firebaseauthsacsand avatar

    sacsand/gofiber-firebaseauth

    26View on GitHub↗

    Firebase Authentication Middleware for Go Fiber framework.

    Go
    View on GitHub↗26
  • samber/slog-fibersamber avatar

    samber/slog-fiber

    97View on GitHub↗

    Fiber middleware to log http requests using slog.

    Go
    View on GitHub↗97
  • streamerd/fibergunstreamerd avatar

    streamerd/fibergun

    5View on GitHub↗

    GunDB middleware for Fiber web framework. This middleware enables easy integration of GunDB, a decentralized database, with your Fiber applications.

    Go
    View on GitHub↗5
  • vladfr/fiber-servertimingvladfr avatar

    vladfr/fiber-servertiming

    2View on GitHub↗

    This is a Fiber middleware for the W3C Server-Timing API based on mitchellh/go-server-timing

    Go
    View on GitHub↗2
  • witer33/fiberpowwiter33 avatar

    witer33/fiberpow

    16View on GitHub↗

    Fiberpow is a Fiber middleware, it aims to block (or at least slow down) bots, by periodically asking clients for a proof of work challenge.

    Go
    View on GitHub↗16
  • zeiss/fiber-authzZEISS avatar

    ZEISS/fiber-authz

    8View on GitHub↗

    `bash $ go get github.com/zeiss/fiber-authz `

    Go
    View on GitHub↗8
  • zeiss/fiber-gothZEISS avatar

    ZEISS/fiber-goth

    5View on GitHub↗

    A fiber :rocket: middleware to integrate authentication to your application. It uses lightweight adapters and providers interfaces to integrate with multi-providers.

    Go
    View on GitHub↗5
  • airbrake/gobrakeairbrake avatar

    airbrake/gobrake

    106View on GitHub↗

    Gobrake official documentationdocs-official pkg.go.dev documentationdocs

    Go
    View on GitHub↗106
  • zeiss/fiber-htmxZEISS avatar

    ZEISS/fiber-htmx

    6View on GitHub↗

    A Go package to write HTML5 and HTMX components in Go. The package is designed to work with fiber and htmx.

    CSS
    View on GitHub↗6