Windows server deployment advices and tips

Hi Everyone,

I have posted this about 3 days ago and i couldnt get any help.Please guys those of you who have experience with this please share some tips.

Im almost done writing and testing my app on my MAC.Basically it’s a mobile app written with RN and redux on the client and meteor along with apolloServer graphql on the server.
The server app will also have a client written in react as the view layer and will help manage the data sent and used by the RN app and the mongo database.

So here is the current structure on my development machine:

Mobile Client project:
-RN,Redux,ApolloClient

Server app bundled with web client:
-React for the client
-Meteor and mongo running on http://localhost:3000
-ApolloServer running on http://localhost:4000 interfacing with mongo(basically for the account system) ,RestAPIS and SQL SERVER(legacy databases and web services from the company).

the company i am writting this app for has their own servers which run windows server 200X.How can i deploy my server app on a VM in the windows server? We will have approximatively 240.000 users that will connect through the mobile app and about a hundred on the web client.For now the web interface is not yet written and still displays the default meteor welcome app.

Please can you guide me through this?

Ive seen posts about Electrify…but i am not sure if that ll help me…Tips?

Thanks a lot.