You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toxiproxy makes it easy and trivial to test network conditions, for example low-bandwidth and high-latency situations. toxiproxy-node-client includes everything needed to get started with configuring Toxiproxy upstream connection and listen endpoints.
Installing via NPM
The recommended way to install toxiproxy-node-client is through NPM.
Once that is installed and you have added toxiproxy-node-client to your package.json configuration, you can require the package and start using the library.
JavaScript (ES6) Usage
Here is an example for creating a proxy that limits a Redis connection to 1000KB/s.
Additional examples can be found in the examples directory for expected usage.
Docker setup for development and testing
A Toxiproxy instance is needed to run the tests. The easiest way to get one is to use the official Docker image which will make it available on port 8474. The URL (https://localhost:8474) is hard-coded in the tests.
docker run --rm -p 8474:8474 ghcr.io/shopify/toxiproxy:latest