Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.