crapify crapify is a proxy for simulating slow, spotty, HTTP connections. It allows you to vary: the upload and download speed of requests. the maximum number of concurrent outbound HTTP connections. the number of bytes dropped during transfers. Contribute to Crapify on GitHub Usage npm install crapify -g crapify --port=5000 --speed=3000 --concurrency=2, where: port is the port crapify should star
