• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Delay proxy for http resources

If you are looking for deelay ruby gem, you can find it here.

Deelay.me

CircleCI

Inline delay proxy for http resources Slow loading resources (images, scripts, etc) can break your code. Test it simulating unexpected network conditions applied to specific resource.

Local installation

$ npm install -g deelay
$ deelay
Starting delay on port 4567

Docker installation

$ docker build -t deelay .
$ docker run -p 4567:4567 deelay
Starting delay on port 4567

Usage

curl localhost:4567/1000/http://mysite.com/image.gif

Tests

node test/indexTest.js