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
Post a Comment