cordova - Meteor Hybrid mobile app connected to platform -


the project consists on meteor mobile app connected web platform , publication in platform , , data . question regarding architecture of project , guess there's no need make json end points since mobile in meteor . how project organised ? mobile app subproject of web platform ? how can subscribe remote platform publications ?

not sure asking. if try 2 separate applications (mobile + web) connected same database , share same publications etc. possible manually connecting 1 application other ddp server.

the best option connect mobile app, since client web application's dpp server using ddp.connect` , option disable autoupdate in mobile app, since after connecting web app ddp server, it's gonna return web app's version , not mobile's.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -