Server Side Methods on Mobile Apps

Hi -

I am just wondering how a mobile app will be able to use the same server side methods as the web application? usually we deploy everything as one package in meteor.

What will happen in the case of mobile application created from same project? is there a way to point mobile app to server methods?

Thanks & Regards,

If you’re talking about a Cordova app, it’s basically just your regular web app running in its own little browser, works just like normal, you shouldn’t need to change your code at all unless you’re doing something unusual.