ratelimiter-distil-router
Version:
SHIELD Rate Limiter DISTIL router middleware for Web Apps
16 lines (10 loc) • 320 B
Markdown
# SHIELD Rate Limiter DISTIL router for nodejs apps.
### Environment
* Minimal **Node Version:** **v8.0.0**
### Example
See the working example in `example` folder.
**Running Example Server**
```shell
node example/server.js
//Open Browser pointing to http://localhost:8080/captcha_distil
```