Houhou – Resilience Policies Package for TypeScript Async Functions
Yet another resilience wrapper, but this one's free.

Adds circuit breakers and request deduplication to native fetch via a plugin system.
Frontend and Node.js developers
Ky · Axios · Got
ffetch is a TypeScript-first fetch client focused on production reliability. Core functionality includes: - timeouts (global and per-request) - retries with exponential backoff + jitter - lifecycle hooks (before/after/onError) - pending request monitoring - per-request overrides - optional throwOnHttpError
v5 introduces a public plugin lifecycle API plus first-party plugins for: - circuit breaker - in-flight request deduplication (with optional ttl/sweepInterval cleanup)
It can wrap native fetch or any fetch-compatible implementation (undici, node-fetch, framework fetch handlers).
Yet another resilience wrapper, but this one's free.
Yet another resilience library in a space dominated by tower and tokio-retry.
Live chaos testing for HTTP clients when you need to pick between axios and fetch.
Code execution as a literal circuit board — watch data flow through gates in real-time.
First production quantum simulator that runs entirely in TypeScript, no Python.
EntityGraph finally doesn't suck, but QueryDSL/Hibernate already solve N+1 deeply.