Closed mazing closed 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
@57even, running before
hooks for example
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?
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()
)?