The Database Layer
First, we want to set up the Data Distribution Protocol, to make sure that we can persist data to the database, and get it to the client. Three files need to be created... one on the server, one on the client, and one shared between both.
// client/subscriptions.js
Meteor.subsc...