Meteor-Community-Packages/Meteor-EventEmitter

More docs

isAlmogK opened this issue · 5 comments

Would be nice to get some more docs and examples or guides.

raix commented

True - but being on the "lazy" side I've just linked to the node api docs - it should work the same (thats the intend) :)

And maybe some use cases :)

+1
I tried to understand what this package does, and also had a look at the Node docs. But these are referring to a lot of Node-specific stuff that I am not familiar with.
For instance, my quite basic question is: Does this even emitting also work across the client-server boundary, or does it only work on one side of the fence?

+1
I am also looking use this to cleanly implement Accounts.onCreate on the client side

As far as I can see:

  • emit from server is received on server and client
  • emit from client is only received on client