idanwe / meteor-whatsapp

Code for meteor blog post - Whatsapp clone with meteor and ionic
81 stars 33 forks source link

How to connect with external server #2

Closed programming-kid closed 8 years ago

programming-kid commented 8 years ago

I am fairly new to meteor and to me it seems 99% magic & 1% javascript.

In the entire tutorial i didn't find the connection url so i assume both the server & ionic app are running on localhost but then how will it work when meteor is say on ec2 host and app is on play store.

How to connect ionic app to meteor on external server ??

I am surely missing something here Pls help

idanwe commented 8 years ago

When you are using the meteor build for android or ios, meteor sets the url for the DDP connection.

Take a look at:

programming-kid commented 8 years ago

thanks @idanwe