0.0.11 • Published 9 years ago

etc-registry v0.0.11

Weekly downloads
4
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.10

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago