Js

7 minute read Published:

Meteor + PhoneGap/Cordova (Roundup – Fall 2013)

UPDATE: see meteor-core-cordova-support-alpha-release-is-out (2014-08-25) for new information   About Meteor and PhoneGap / Cordova Meteor is a rapid server/client development framework, written in JS – makes very interactive apps easy to build. http://meteor.com PhoneGap / Cordova is a project to allow developers to use HTML, CSS, and JS to build mobile apps for all major devices. http://phonegap.com Basics of Integrating Meteor + PhoneGap / Cordova The basic idea here is to use PhoneGap / Cordova to create a mobile App on several different platforms at once and it gives device hardware access; then “load” your Meteor application, which handles all of the rest of whatever you want your app to do.