Must i use Galaxy when deploying apps to the www?

Can I pack Meteor app into an executable for deploying on windows machines?

A meteor application is just a regular node.js application.
Use “meteor build” to build the app, and then you can run it on any node.js server, including on a Windows machine.
http://docs.meteor.com/#/full/meteorbuild

2 Likes

Great, got it, Thank you!

I use Webfaction and wrote a github repo about it https://github.com/Nolapete/meteor_webfaction. $10US and great support.