eventdebugger
v0.1.0
Published
Allows debugging events in node.js applicaiton
Downloads
2
Readme
eventdebugger
Simple lib to analyse events. First verison is silly simple. I made it because haven't found anything similar and I would like to understand events driving my app.
Usage
Simply run
require('eventdebugger')();
You can pass ignore hash like
require('eventdebugger')({
Socket : "*",
process : ["end"]
});
Developing
Tools
Created with Nodeclipse (Eclipse Marketplace, site)
Nodeclipse is free open-source project that grows with your contributions.