What is Meteor? Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor
Server Meteor.publish(name, func) import { Meteor } from 'meteor/meteor'
Templates When you write a template as <template name="foo"> ... </template> in an HTML file in your
Your JavaScript code can run in two environments: the client (browser), and the server (a Node
Client Blaze.Each(argFunc, contentFunc, [elseFunc]) import {
Field Specifiers Queries can specify a particular set of fields to include or exclude from the result object. To
Server this.error(error)
Anywhere collection.findOne([selector], [options])
Client accountsClient.loggingIn()
Client Tracker.autorun(runFunc, [options]) import { Tracker }
Page 22 of 28