Last Updated: February 25, 2016
·
2.675K
· zwigby

Run a Meteor App on any Node.js Platform

You can run a Meteor application on almost any platform if you use Demeteorizer to create a regular Node.js app.

$ npm install -g demeteorizer

Then call demeteorizer on the application.

demeteorizer -o ~/my-meteor-apps/converted -nv v0.8.11

Now you have a regular Node.js application. You have to include the appropriate node environment variables to run but other than that should be good to go.

Check out this blog post for more information.