Hi, anyone has ideas how to Meteor.subscribe, but on the server side?
FYI, I posted this on stackoverflow
You do not need to subscribe on the server, since the server always has access to all defined collections.
Yes, apparently. With the .observe()
method