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

https://github.com/wintercore/rate-limiter


https://github.com/wintercore/rate-limiter

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Deno Rate Limiter

> Simple rate limiter implementation with support for different algorithms written in Typescript

## Supported Algorithms
- [x] Token Bucket
- [ ] Leaking Bucket
- [ ] Fixed Window Counter
- [ ] Sliding Window Log
- [ ] Sliding Window Counter

## How to run locally
- Install [Deno](https://deno.land/)
- Clone this repo `git clone https://github.com/WinterCore/rate-limiter.git`
- Change your current working directory to the project's `cd rate-limiter`
- Run `./scripts/run.sh`