I find it rather weird that there are no detailed step by step explanations on how to deploy your own Meteor webapp onto your own Windows server. Or maybe I'm just not able to use Google to find one such explanation.
On many pages, even on some questions here on SO, I found people simply saying "build it and deploy it like any other node.js app
" which is great, except I can't find any explanation on how to deploy a node.js webapp on to a Windows server either.
Meteor is so awesome, that I feel if anyone would write up such a step by step on how to deploy a Meteor app on a Windows server, a looooot of people would be very happy campers... Especially if the explaintion describes how to deploy multiple Meteor apps onto one Windows server ;)
It certainly does not have to be IIS, nginx runs on Windows just fine.
Also, Node.js runs on Windows just fine. MongoDB runs on Windows just fine, as a service. Meteor builds the apps on Windows apparently just fine. So, it really is missing just one last step to get it deployed on a Windows server as well...
So, anyone out there knows how to deploy several Meteor apps on one Windows server and is willing to write up a n00b-friendly step by step explanation for that?
Pretty please?