public
Authored by avatar bzctoons :alien:

Subscription & Publication

Client part

client.js 102 bytes
hosts = new Mongo.Collection('hosts');
Meteor.startup(function () {
    Meteor.subscribe('hosts');
});
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment