resilient-http / resilient.js

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

How to integrate resilient module with express framework #129

Closed ManojKumarPeriasamy closed 8 years ago

ManojKumarPeriasamy commented 8 years ago

I am using express module to handle the requests . As I want ot use the resilient , Help me out to add the resilient module with express. Is there any documentation..

h2non commented 8 years ago

Just require the module, then create the client and use the API to perform HTTP requests.

Take a look to the examples for more details.

h2non commented 8 years ago

Closing due to inactivity.