mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:31:15 +00:00
794080628b
* feat: ratelimit sample * feat: update doc * feat: sample url * fix: update yarn.lock
30 lines
260 B
Markdown
30 lines
260 B
Markdown
# Rate limiter middleware sample
|
|
|
|
## Register
|
|
|
|
```ts
|
|
yarn pm add sample-ratelimit
|
|
```
|
|
|
|
## Activate
|
|
|
|
```bash
|
|
yarn pm enable sample-ratelimit
|
|
```
|
|
|
|
## Launch the app
|
|
|
|
```bash
|
|
# for development
|
|
yarn dev
|
|
|
|
# for production
|
|
yarn build
|
|
yarn start
|
|
```
|
|
|
|
## Demo
|
|
|
|
[gif]
|
|
|