mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
712 B
712 B
{{#template name="api"}}
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.
{{> apiCore}} {{> apiPubsub}} {{> apiMethods}} {{> apiCheck}} {{> apiConnections}} {{> apiCollections}} {{> apiSession}} {{> apiAccounts}} {{> apiPasswords}} {{> apiTemplates}} {{> apiBlaze}} {{> apiTimers}} {{> apiTracker}} {{> apiReactiveVar}} {{> apiEjson}} {{> apiHttp}} {{> apiEmail}} {{> apiAssets}} {{> apiPackagejs}} {{> apiMobileConfig}}
{{/template}}