Skip to content

Instantly share code, notes, and snippets.

@dckc
Created May 28, 2015 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dckc/3af6630d2cc272048867 to your computer and use it in GitHub Desktop.
Save dckc/3af6630d2cc272048867 to your computer and use it in GitHub Desktop.
on meteor

download, installation: nice

meteor create works fine... not a lot of gorp in my project directory. hmm... what's this .meteor stuff?

ugh: global state:

Session.setDefault('counter', 0);

well, maybe consider it a privileged scope.

but...

    if (! Meteor.userId()) {
      throw new Meteor.Error("not-authorized");
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment