Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 504 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 504 Bytes

Rate Limiter

GitHub

A Java Spring Boot implementation of a Rate Limiter, following the Coding Challenges Rate Limiter Tutorial.

Overview

This project is a Java Spring Boot implementation of a Rate Limiter, which controls the rate at which requests or events are allowed to occur in your application.