Rate Limiter

Rate Limiter is a simple and flexible library written in Go for limiting HTTP requests. This library helps protect your server by preventing clients from making more than a specified number of requests within a given timeframe.

Features

  • Easy Integration: Can be easily integrated as middleware in your HTTP server.
  • Lightweight and Efficient: Optimized for performance with minimal overhead.

Installation

To install this library in your project, run:

go get github.com/mehmetymw/rate-limiter