DEV Community

Rafael Câmara
Rafael Câmara

Posted on

Introducing nebula-http-resiliency

Hello everyone!

I'm very happy to announce my second open-source project called nebula-http-resiliency. You can find its source code on Github.

This is my first npm package, which aims to make your axios requests more resilient.

It implements 3 common resiliency patterns: timeout, retry, and circuit-breaker.

Please refer to the README in the project for a more in-depth analysis and usage of this project!

As always, please feel free to provide some feedback!

Top comments (0)