An important benefit of packaging up your web app as a Cordova app is that all your assets are bundled with the app.
With the Cordova integration in Meteor, you can take your existing app and run it on an iOS or Android device with a few commands.Ī Cordova app is a web app written using HTML, CSS, and JavaScript as usual, but it runs in a web view embedded in a native app instead of in a stand-alone mobile browser. Meteor integrates with Cordova, a well-known Apache open source project, to build mobile apps from the same codebase you use to create regular web apps.