Skip to content

Instantly share code, notes, and snippets.

View heschong's full-sized avatar

Chris Heschong heschong

View GitHub Profile

Keybase proof

I hereby claim:

  • I am heschong on github.
  • I am heschong (https://keybase.io/heschong) on keybase.
  • I have a public key ASAYil_txoZmLezSZMTExYEtb0VLmMXWT92Zq9Y3rr-Dmwo

To claim this, I am signing this object:

@heschong
heschong / flexible_publications.js
Created September 14, 2015 06:26
Sample Meteor pattern for flexible publications
/*
* This is a simple pattern for a flexible publication mechanism, for feedback purposes
*/
// ... on client and server
MyCollection = new Mongo.Collection('mycollection');