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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to carbocation/interpose

Projects sharing features with Interpose

22 open-source projects similar to carbocation/interpose, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • throttled/throttledthrottled avatar

    throttled/throttled

    1,591View on GitHub↗

    Throttled is a Go library and middleware package for enforcing rate quotas and request thresholds on HTTP endpoints. It provides tools for tracking web request rates over specific time windows to control access frequency and manage traffic spikes. The core request evaluation relies on a token-bucket algorithm with sliding counters backed by fast memory stores, supplemented by pluggable storage backends for state persistence. Incoming requests are identified and grouped using flexible visitor-key parsers based on IP addresses, API keys, or custom parameters. The package integrates directly w

    Go
    View on GitHub↗1,591
  • codemodus/catenaC

    codemodus/catena

    0View on GitHub↗
    View on GitHub↗0
  • codemodus/chainC

    codemodus/chain

    0View on GitHub↗
    View on GitHub↗0
  • didip/tollboothdidip avatar

    didip/tollbooth

    2,858View on GitHub↗

    Simple middleware to rate-limit HTTP requests.

    Go
    View on GitHub↗2,858
  • github/go-faultG

    github/go-fault

    0View on GitHub↗
    View on GitHub↗0
  • go-on/wrapG

    go-on/wrap

    0View on GitHub↗
    View on GitHub↗0

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
heremobilitydevelopers/mediaryH

HereMobilityDevelopers/mediary

0View on GitHub↗
View on GitHub↗0
  • invisionapp/ryeI

    InVisionApp/rye

    0View on GitHub↗
    View on GitHub↗0
  • justinas/alicejustinas avatar

    justinas/alice

    3,362View on GitHub↗

    Painless middleware chaining for Go

    Gogohandlermiddleware
    View on GitHub↗3,362
  • mitchellh/go-server-timingM

    mitchellh/go-server-timing

    0View on GitHub↗
    View on GitHub↗0
  • philippgille/ln-paywallP

    philippgille/ln-paywall

    0View on GitHub↗
    View on GitHub↗0
  • posener/client-timingP

    posener/client-timing

    0View on GitHub↗
    View on GitHub↗0
  • rs/corsrs avatar

    rs/cors

    2,889View on GitHub↗

    Go net/http configurable handler to handle CORS requests

    Go
    View on GitHub↗2,889
  • rs/formjsonR

    rs/formjson

    0View on GitHub↗
    View on GitHub↗0
  • sebest/xffS

    sebest/xff

    0View on GitHub↗
    View on GitHub↗0
  • stephens2424/muxchainS

    stephens2424/muxchain

    0View on GitHub↗
    View on GitHub↗0
  • thedevsaddam/rendererT

    thedevsaddam/renderer

    0View on GitHub↗
    View on GitHub↗0
  • thoas/statsT

    thoas/stats

    0View on GitHub↗
    View on GitHub↗0
  • ulule/limiterulule avatar

    ulule/limiter

    2,336View on GitHub↗
    Go
    View on GitHub↗2,336
  • unrolled/renderunrolled avatar

    unrolled/render

    1,993View on GitHub↗

    Go package for easily rendering JSON, XML, binary data, and HTML templates responses.

    Gobinarygogolang
    View on GitHub↗1,993
  • alioygur/goresA

    alioygur/gores

    0View on GitHub↗
    View on GitHub↗0
  • urfave/negroniurfave avatar

    urfave/negroni

    7,529View on GitHub↗

    Negroni is an idiomatic HTTP middleware library for the Go programming language. It provides a minimal, unopinionated framework for building web applications by composing middleware handlers in a straightforward chain-of-responsibility pattern. The library offers a simple, expressive API for defining middleware that can intercept and process HTTP requests and responses. Negroni's design emphasizes clarity and composability, allowing developers to build web services with a clear separation of concerns through middleware layers. Documentation and installation instructions are available through

    Go
    View on GitHub↗7,529