chrisdavies / eev

A tiny, fast, zero-dependency event emitter
522 stars 32 forks source link

Event bus on window ? #7

Closed abelkbil closed 6 years ago

abelkbil commented 6 years ago

Can use event-bus placed in browser's window. as mentioned here, the scope is if I have multiple independent application as a Single-spa Application.

Thank You

chrisdavies commented 6 years ago

I'm not sure what you're asking. You could use eev as an event bus if you wanted, yes. It's a generic event emitter and subscriber library.

abelkbil commented 6 years ago

@chrisdavies thanks