EventEmitter2
A nodejs event emitter implementation with namespaces, wildcards, TTL, works in the browser
File Explorer
Download Latest Version (.zip)- eventemitter2.js
- benchmark.js
- package.json
- steadyEmmiting.js
- addListener.js
- emit.js
- emitAsync.js
- eventNames.js
- listenTo.js
- once.js
- prepend.js
- reconfigure.js
- removeListener.js
- setMax.js
- symbol.js
- ttl.js
- waitFor.js
- addListener.js
- all.js
- customDelimiter.js
- edgeDelimeter.js
- eventsNames.js
- fix.js
- k1.js
- normalizeEvent.js
- options.js
- prependListener.js
- removeAllListeners.js
- removeListener.js
- ttl.js
- common.js
- loader.js
- .gitignore
- .travis.yml
- bower.json
- CHANGELOG.md
- component.json
- CONTRIBUTING.md
- eventemitter2.d.ts
- index.js
- LICENSE.txt
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/EventEmitter2/EventEmitter2
Downloads the entire project code from GitHub to your computer.
cd EventEmitter2
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install eventemitter2
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
