UNPKG

tribune

Version:

Holy advocate to the Roman Senate, your Tribune will ensure the Consuls have your interests in mind.

16 lines (12 loc) 298 B
const Tribune = require('./lib/tribune'); const tribune = new Tribune({ agentUrl: 'http://localhost:8500' }); tribune.register('SubscriptionD', { url : 'http://localhost:8002', statusPath: '/status', interval : 2000, ttl : 2000 }, (err) => { if (err) { throw err; } });