Skip to content

Instantly share code, notes, and snippets.

@Bioblaze
Bioblaze / AnotherFile.js
Created January 25, 2017 02:45
One-way EventEmitter to Multiple Files
var Event = require('./Events').eventBus;
Events.on("test", function() {
console.log('it worked');
});