Emmett - a custom events emitter for Node.js and the browser
version: 2.0.0
Description
Emmett is a custom events emitter for Node.js and the browser. It has initially been developed as domino.emitter, to deal with communication in domino.js, a JavaScript cascading controller for rich internet applications.
I invite you to read emmett's code to know more about how it works. To see examples, you can check the unit tests in test/emmett.test.js.
Finally, if you see bugs or features that would improve the library, feel free to report them on the related Github issues page.
Install
First, you can install emmett from NPM: npm install --save emmett
, or directly save locally the emmett.min.js
minified file.
Also, you can install the development version:
- Clone the repository:
git clone http://github.com/jacomyal/emmett
- Install dependencies:
npm install
- Check the unit tests:
npm test
- Get a minified version (
./emmett.min.js
): npm build