mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
19 lines
531 B
Markdown
19 lines
531 B
Markdown
{{#template name="basicApi"}}
|
|
|
|
<h1 id="api">The Meteor API</h1>
|
|
|
|
Your JavaScript code can run in two environments: the *client* (browser), and
|
|
the *server* (a [Node.js](http://nodejs.org/) 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}} |