In this lecture, we are going to add another security measure which can prevent attacks like brute force attack & denial of service attack. For that, we are going to implement rate limiting feature in our application.
Using rate limiting, we can limit number of requests coming to the server from the same IP address within a given period of time. Let's learn how we can do that.
NODE JS Course GitHub Repo: https://github.com/manojjha86/NODE-JS