Resilience demos¶
Interactive, self-contained walk-throughs of each resilience pattern under load. Each runs a plain client and an httpware client through the same outage, side by side, and pauses to point out exactly what changes.
- Circuit Breaker — stop hammering a dead backend
- Retry + Budget — rescue blips without causing a storm
- Bulkhead — contain one slow dependency
- Timeout — bound total latency across retries
- Full stack — how they compose
Note
These are a faithful model of httpware's behavior for teaching, not httpware running in your browser. See Resilience for the real API.