Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josudoey/koa-ratelimit-sample

just a koa sample demonstrating how to implement ratelimit handle
https://github.com/josudoey/koa-ratelimit-sample

Last synced: about 1 month ago
JSON representation

just a koa sample demonstrating how to implement ratelimit handle

Awesome Lists containing this project

README

        

# Ratelimit Sample Projcet

## Setup Dev Environment

```
$ git clone https://github.com/josudoey/koa-ratelimit-sample.git
$ cd koa-ratelimit-sample
$ npm i
```

## Run Server

```
$ npm run start
```

## Run Dev Server

```
$ npm run dev
```