resilient-http / resilient.js

Fault tolerant and reactive HTTP client for node.js and browsers
183 stars 13 forks source link

Abandoned project #157

Open raydenx opened 3 years ago

raydenx commented 3 years ago

Hi folks,

this project seems abandoned. Is there a fork or replacement library that is being maintained?

Thank you.

h2non commented 3 years ago

This whole project is over-engineered, born under a very specific research scenario, and not convenient to replicate.

A much simpler solution can be adopted that covers the same fundamental purpose of this project. Indeed, any observable/middleware-based HTTP client implementation can easily achieve the same goal.

In JavaScript, I would recommend using superagent. In Go, you can use gentleman.