isomorphic-events Emit and Listen events on node and browser. Usage Listen const isomorphicEvents = require('isomorphic-events'); isomorphicEvents.on('event', () => {}) Dispatch const isomorphicEvents = require('isomorphic-events'); isomorphicEvents.emit('event', {})