|
|
|
Chaos Proxy – Simulate API failures, latency, and rate limits for testing
|
|
3 points
by gkoos
267 days ago
|
|
I made Chaos Proxy, a tool to inject chaos into API requests for testing and development. You can simulate latency, random failures, dropped connections, and rate limits using a simple YAML config or code.
Great for testing how your app handles slow, flaky, or failing APIs. Simulate network issues and error responses
Test client retry and resilience logic
Easy config, extensible, and open source. GitHub: https://github.com/gkoos/chaos-proxy npm: https://www.npmjs.com/package/chaos-proxy Would love feedback! |
|