When building a REST API, we must prepare for various cases. At first, everything might run smoothly, but as our API gains traction, we might encounter some issues. We might run into users who begin sending hundreds or thousands of requests per second, pulling data far more often than necessary. This might cause our server […] The post API with NestJS #187. Rate limiting using Throttler appeared first on Marcin Wanago Blog - JavaScript, both frontend and backend.