Today I'll be writing about the easiest way of getting data from server to client on Meteor, data that is not necessarily DB related. First lets start with the DB related data. Usually if you want to get data from the server side to the client side on Meteor (assuming autopublish...