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
C

codemodus/catena

0
View on GitHub↗
0 stars·0 forks·10 views

Catena

Features

  • HTTP Middleware - HTTP handler wrapper.

Star history

Star history chart for codemodus/catenaStar history chart for codemodus/catena

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Catena

These projects share indexed features with Catena. Shared tags can include platform or build tooling; verify the primary use case before treating a result 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/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
  • carbocation/interposeC

    carbocation/interpose

    0View on GitHub↗
    View on GitHub↗0
Compare all 22 related projects→

Frequently asked questions

What are the main features of codemodus/catena?

The main features of codemodus/catena are: HTTP Middleware.

Which projects share features with codemodus/catena?

Projects with overlapping indexed features include: throttled/throttled — Throttled is a Go library and middleware package for enforcing rate quotas and request thresholds on HTTP endpoints.… codemodus/chain. didip/tollbooth — Simple middleware to rate-limit HTTP requests. github/go-fault. go-on/wrap. carbocation/interpose.