Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

Cursor observations #132

Closed mazing closed 9 years ago

mazing commented 9 years ago

I really like the package but I wonder if there is anything that can be done using this package which cannot be done using cursor observations (Cursor.find().observe())?

cristo-rabani commented 9 years ago

57even , This package is more efficient than observations and if you don't need react on changes from outside meteor (directly on db). This is better way

matb33 commented 9 years ago

@57even, running before hooks for example

ghost commented 9 years ago

Hmm, but just a though..

Cursor.observe() can be used anywhere.. this package has to be used on the same instance, where the action happens, right?