Devendra2104 / RateLimiter

A java Application for rate limiting Rest Api's . Preventing them from DOS attacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RateLimiter

A java Application for rate limiting Rest Api's . Preventing them from DOS attacks.

I Have used Java language for it. The SpringBoot Framework to be specific.

Created Api end points and protected them at api level using Token Bucket Algorithm and Redis server(For Storing key value pairs and setting TTL for 1min).

About

A java Application for rate limiting Rest Api's . Preventing them from DOS attacks.


Languages

Language:Java 100.0%