classical-eventemitter

1.0.0 • Public • Published

Classical

A wrapper for the NodeJS event manager using the classical OO style.

Documentation

Extending the Event Manager

var Server = EventManager.extend(function() {});

Usage

var foo = new Server;
foo.on('data', function(data) {
    console.log(data);
});
foo.emit('data', 'Hello, World.');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i classical-eventemitter

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • kkragenbrink