https://github.com/mbejda/fastify-ip-rate-limit
Fastify IP Rate Limit Example
https://github.com/mbejda/fastify-ip-rate-limit
Last synced: about 1 year ago
JSON representation
Fastify IP Rate Limit Example
- Host: GitHub
- URL: https://github.com/mbejda/fastify-ip-rate-limit
- Owner: mbejda
- Created: 2019-08-30T21:50:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:03:17.000Z (over 3 years ago)
- Last Synced: 2023-08-04T02:01:45.982Z (almost 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastify IP Rate Limit Test
Playing around with Fastify IP Rate Limit plugin.
**Fastify Framework**
https://www.fastify.io
**Fastify Rate Limit Plugin**
https://github.com/fastify/fastify-rate-limit
# Getting Started
```
npm install
npm run test
```