1 // Update the local timeline from a Meteor server
3 var MeteorUpdater = function()
7 init: function(server, port, timeline)
9 Meteor.callbacks["process"] = function(data) {
10 RealtimeUpdate.receive(JSON.parse(data));
15 Meteor.joinChannel(timeline, 0);