22 lines
433 B
Markdown

# Status: [Maintainer Needed](https://github.com/Gozala/events/issues/43)
# events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](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)