Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sielay/eventdebugger
Allows debugging events in node.js applicaiton
https://github.com/sielay/eventdebugger
Last synced: 1 day ago
JSON representation
Allows debugging events in node.js applicaiton
- Host: GitHub
- URL: https://github.com/sielay/eventdebugger
- Owner: sielay
- License: mit
- Created: 2014-07-20T21:30:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T19:54:40.000Z (over 10 years ago)
- Last Synced: 2024-10-16T02:32:53.177Z (21 days ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```javascript
require('eventdebugger')();
```You can pass ignore hash like
```
require('eventdebugger')({
Socket : "*",
process : ["end"]
});
```## Developing
### Tools
Created with [Nodeclipse](https://github.com/Nodeclipse/nodeclipse-1)
([Eclipse Marketplace](http://marketplace.eclipse.org/content/nodeclipse), [site](http://www.nodeclipse.org))Nodeclipse is free open-source project that grows with your contributions.