3.2.2 • Published 4 years ago

emitter-eventjs v3.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

A powerful Nodejs module that allows you to emit events and collect datz from them.

why you should use it?

    1. really easy and simple to use
    1. fast and reponsive
    1. 100% made with Javascript

How to use

install nodejs install the package using npm

$ npm install emitter-eventjs@latest

then:

var { EventEmitter } = require("emitter-eventjs");
var emitter = new EventEmitter();
ee.emit("message", { text: "hello" })
ee.on("message", (data) => {
    console.log(data)
})
3.2.2

4 years ago

2.2.0

4 years ago

2.2.2

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago