connor4312 / cockatiel

🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
MIT License
1.57k stars 48 forks source link

Client side? #15

Closed bdaniel7 closed 4 years ago

bdaniel7 commented 4 years ago

Hi, This can be used with browser javascript? Or just with node.js?

connor4312 commented 4 years ago

Yes, it should work fine in browsers.