Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 531 Bytes

File metadata and controls

19 lines (15 loc) · 531 Bytes

{{#template name="basicApi"}}

The Meteor API

Your JavaScript code can run in two environments: the client (browser), and the server (a Node.js container on a server). For each function in this API reference, we'll indicate if the function is available just on the client, just on the server, or Anywhere.

{{> basicTemplates}} {{> basicSession}} {{> basicTracker}} {{> basicCollections}} {{> basicAccounts}} {{> basicMethods}} {{> basicPubsub}} {{> basicEnvironment}}

{{/template}}