Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashankbiet/rate-limiter
Limit the rate of incoming http/grpc requests
https://github.com/shashankbiet/rate-limiter
golang grpc http
Last synced: about 1 month ago
JSON representation
Limit the rate of incoming http/grpc requests
- Host: GitHub
- URL: https://github.com/shashankbiet/rate-limiter
- Owner: shashankbiet
- License: mit
- Created: 2024-01-06T20:36:32.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-04T14:33:33.000Z (11 months ago)
- Last Synced: 2024-10-14T06:21:48.137Z (2 months ago)
- Topics: golang, grpc, http
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rate Limiter
A Rate Limiter limits the number of client requests allowed to be sent over a specified period. If the API request count exceeds the threshold defined by the rate limiter, all the excess calls are blocked.