0.0.11 • Published 8 years ago

etc-registry v0.0.11

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Etcd client to fetch registry populated by registrator

This will fetch services map and update it once changes.

Usage:

var registry = require('etc-registry');
registry.load({host: 'localhost', path: '/registry'}, function(err) {
    console.log(registry.get('service:3000')); // could be 10.0.0.75:32456
});
0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago