An open API service indexing awesome lists of open source software.

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

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
```