Meteor-EventEmitter icon indicating copy to clipboard operation
Meteor-EventEmitter copied to clipboard

More docs

Open isAlmogK opened this issue 9 years ago • 5 comments

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

isAlmogK avatar Sep 06 '14 12:09 isAlmogK

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

raix avatar Dec 22 '14 13:12 raix

And maybe some use cases :)

zimt28 avatar Apr 15 '15 20:04 zimt28

+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?

derwaldgeist avatar Oct 09 '15 10:10 derwaldgeist

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

Sojourneer avatar Mar 09 '16 07:03 Sojourneer

As far as I can see:

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

Sojourneer avatar Apr 22 '16 04:04 Sojourneer