0.0.9 • Published 11 years ago

domain-interceptor v0.0.9

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

Domain Interceptor Build Status

Turns domains into a relevant event emitters.

OBSERVABILITY OBSERVABILITY OBSERVABILITY!!! (in a Steve Balmer busted out sqweaky voice).

Install

$ npm install domain-interceptor

Use

var i = require('domain-interceptor');

i.on('created', function(d) {
  console.log('this domain was created somewhere:', d);
  
  d.on('added', function(ee) {
    console.log('someone added an event emitter to this domain!', ee);
  });
});

For now, works with bare bones event emitters and http client requests.

Licence

MIT

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago