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
didip avatar

didip/tollbooth

0
View on GitHub↗
2,858 stars·208 forks·Go·MIT·17 views

Tollbooth

Simple middleware to rate-limit HTTP requests.

Features

  • HTTP Middleware - Rate limiting middleware.

Star history

Star history chart for didip/tollboothStar history chart for didip/tollbooth

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

Frequently asked questions

What does didip/tollbooth do?

Simple middleware to rate-limit HTTP requests.

What are the main features of didip/tollbooth?

The main features of didip/tollbooth are: HTTP Middleware.

Which projects share features with didip/tollbooth?

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/catena. codemodus/chain. github/go-fault. go-on/wrap. carbocation/interpose.

Projects sharing features with Tollbooth

These projects share indexed features with Tollbooth. 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/catenaC

    codemodus/catena

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

    codemodus/chain

    0View on GitHub↗
    View on GitHub↗0
  • carbocation/interposeC

    carbocation/interpose

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