GlobeHoppin / globe-hoppin-backend

Backend of GlobeHoppin. Tech - NodeJs, Express and MongoDB
https://www.api-globehoppin.mustafizkaifee.in/
5 stars 11 forks source link

Add rate limiter on all APIs #10

Open Mustafiz04 opened 2 weeks ago

Mustafiz04 commented 2 weeks ago

Add rate limit on all APIs. We are just starting but still, we don't allow anyone to abuse our APIs

5 requests per second (just a random number I gave)

If you have a different number for supper, we can discuss it.

Targter commented 2 days ago

Issues:

Solution:

@GlobeHoppin @Mustafiz04

Please add the labels for GSSoC-EXT and Hacktoberfest and assign this issue to me.

Mustafiz04 commented 2 days ago

Write function like we can configure rate limit, algorithm and so on.

Mustafiz04 commented 4 hours ago

Hi, @Targter can you please give an update on your progress?