NeoSOFT-Technologies / rest-node-nestjs

With this skeleton, we can easily start a server application using Node.js, Nest JS and TypeScript.
https://neosoft-technologies.github.io/rest-node-nestjs/
Apache License 2.0
54 stars 36 forks source link

T - Setup NestJS/throttle #210

Closed PrajwalKarale08 closed 3 years ago

PrajwalKarale08 commented 3 years ago

Setting Up appropriate Library for implementing Rate Limiting. We can use The following libraries.

  1. express-rate-limit.
  2. express-throttle.
  3. NestJS Throttler.