Circuit-Breaker.js
Offered By: JSConf via YouTube
Course Description
Overview
Explore a JavaScript implementation of the Hystrix-like circuit breaker pattern in this 16-minute conference talk from JSConf EU 2013. Dive into circuit-breaker.js, a library designed to enhance fault tolerance and resilience in complex distributed systems. Learn how this tool isolates access points to remote systems, services, and third-party libraries, effectively preventing cascading failures. Discover techniques for implementing robust error handling and system stability in JavaScript applications, drawing inspiration from Netflix's Hystrix library. Gain insights into building more reliable and resilient distributed systems using circuit breaker patterns in JavaScript environments.
Syllabus
Richard Layte & Daniel Perez Alverez: circuit-breaker.js -- JSConf EU 2013
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube