Deployment and Monitoring

Deployment and Monitoring

How to deploy, run, and monitor your Meteor app in production.

After reading this guide, you’ll know:

  1. What to consider before you deploy a Meteor application.
  2. How to deploy to some common Meteor hosting environments.
  3. How to design a deployment process to make sure your application’s quality is maintained.
  4. How to monitor user behavior with analytics tools.
  5. How to monitor your application with Kadira.
  6. How to make sure your site is discoverable by search engines.

Deploying Meteor Applications

Once you’ve built and tested your Meteor application, you need to put it online to show it to the world. Deploying a Meteor application is similar to deploying any other websocket-based Node.js app, but is different in some of the specifics.

Deploying a web application is fundamentally different to releasing