22 lines
433 B
Markdown
22 lines
433 B
Markdown
# Status: [Maintainer Needed](https://github.com/Gozala/events/issues/43)
|
|
|
|
# events [](https://travis-ci.org/Gozala/events)
|
|
|
|
Node's event emitter for all engines.
|
|
|
|
## Install ##
|
|
|
|
```
|
|
npm install events
|
|
```
|
|
|
|
## Require ##
|
|
|
|
```javascript
|
|
var EventEmitter = require('events')
|
|
```
|
|
|
|
## Usage ##
|
|
|
|
See the [node.js event emitter docs](http://nodejs.org/api/events.html)
|