TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

API Rate Limit Kung-Fu: How API Providers should set rate limits

14 pointsby njyxalmost 13 years ago

1 comment

jaritoalmost 13 years ago
There is a cool project that my company (Rackspace) has opened sourced called Repose. It is a proxy for ReST APIs that, among other things, supports rate limiting in a clustered environment. It's still pretty new, but we use it internally and might be useful for people writing APIs. You can find it on github:<p><a href="https://github.com/rackspace/repose" rel="nofollow">https://github.com/rackspace/repose</a>