resilient-http / resilient.js

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

Add discovery servers auto refresh support #64

Closed h2non closed 10 years ago

h2non commented 10 years ago
{
  basePath: '/app/hydra',
  refreshInterval: 30 * 1000,
  refresh: 30 * 1000
}
h2non commented 10 years ago

Already designed, pending implementation