Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 공룡게임
- nestjs
- TypeScript
- flask
- GIT
- 정렬
- react
- Express
- AWS
- mongoose
- Python
- 자료구조
- game
- MongoDB
- Sequelize
- OCR
- Queue
- dfs
- MySQL
- typeORM
- class
- JavaScript
- Dinosaur
- 게임
- Bull
- nodejs
- Nest.js
- cookie
- jest
Archives
- Today
- Total
목록throttler (1)
포시코딩
2월24일 - @nestjs/throttler
개요 Nest.js에서는 @nestjs/throttler 를 통해 특정 유저(IP 기준)가 짧은 시간내에 여러 번 같은 API를 호출하는 것을 방지할 수 있다. 이것을 Rate Limit 기능이라고 한다. 설치 https://www.npmjs.com/package/@nestjs/throttler @nestjs/throttler A Rate-Limiting module for NestJS to work on Express, Fastify, Websockets, Socket.IO, and GraphQL, all rolled up into a simple package.. Latest version: 4.0.0, last published: a month ago. Start using @nestjs/throt..
TIL
2023. 2. 24. 00:44