Meteor.apply
  • References/JavaScript/Meteor/Methods

Anywhere Meteor.apply(name, args, [options], (Boolean), [asyncCallback])

2025-01-10 15:47:30
Meteor.startup
  • References/JavaScript/Meteor/Core

Anywhere Meteor.startup(func) import { Meteor } from 'meteor/meteor'

2025-01-10 15:47:30
cursor.observeChanges
  • References/JavaScript/Meteor/Collections

Anywhere cursor.observeChanges(callbacks)

2025-01-10 15:47:30
Accounts.findUserByEmail
  • References/JavaScript/Meteor/Passwords

Server Accounts.findUserByEmail(email) import { Accounts } from

2025-01-10 15:47:30
Publications and Data Loading
  • References/JavaScript/Meteor/Guide: Data

After reading this guide, you’ll know: What publications and subscriptions are in the Meteor platform. How to define a publication

2025-01-10 15:47:30
Meteor.absoluteUrl
  • References/JavaScript/Meteor/Core

Anywhere Meteor.absoluteUrl([path], [options]) import { Meteor

2025-01-10 15:47:30
Testing
  • References/JavaScript/Meteor/Guide: Data

Introduction Testing allows you to ensure your application works the way you think it does, especially as your codebase

2025-01-10 15:47:30
EJSON.isBinary
  • References/JavaScript/Meteor/EJSON

Anywhere EJSON.isBinary(x) import { EJSON } from 'meteor/ejson'

2025-01-10 15:47:30
Application structure
  • References/JavaScript/Meteor/Guide

After reading this article, you’ll know: How a Meteor application compares to other types of applications in terms of file structure.

2025-01-10 15:47:30
meteor deploy
  • References/JavaScript/Meteor/Command line

meteor deploy site Deploy the project in your current directory to Galaxy. You can deploy in debug mode

2025-01-10 15:47:30