https://github.com/rhinobase/hono-rate-limiter
Rate Limit middleware for Hono Server
https://github.com/rhinobase/hono-rate-limiter
api hono honojs middleware nodejs rate-limiter rate-limiting rest-api security serverless web
Last synced: 7 months ago
JSON representation
Rate Limit middleware for Hono Server
- Host: GitHub
- URL: https://github.com/rhinobase/hono-rate-limiter
- Owner: rhinobase
- License: mit
- Created: 2024-03-18T05:00:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T20:50:15.000Z (7 months ago)
- Last Synced: 2025-12-12T22:17:23.858Z (7 months ago)
- Topics: api, hono, honojs, middleware, nodejs, rate-limiter, rate-limiting, rest-api, security, serverless, web
- Language: TypeScript
- Homepage: https://hono-rate-limiter.vercel.app
- Size: 710 KB
- Stars: 585
- Watchers: 2
- Forks: 19
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🔥 Hono Rate Limiter
[](https://deepwiki.com/rhinobase/hono-rate-limiter)
[](https://npmjs.org/package/hono-rate-limiter "View this project on NPM")
[](https://www.npmjs.com/package/hono-rate-limiter)
Simple rate limiter for [Hono](https://hono.dev/).
For documentation visit [honohub.dev](https://honohub.dev).
> [!Note]
> This package is still in development and your feedback is highly appreciated. If you have any suggestions or issues, please let us know by creating an issue on GitHub.
## Contributing
Visit our [contributing docs](https://github.com/rhinobase/hono-rate-limiter/blob/main/CONTRIBUTING.md).
## Credits
The idea for this project was inspired by [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit)