This document discusses building iOS apps using MeteorJS and Ionic. It provides an overview of Meteor concepts, Ionic, and demonstrates building an iOS app with Meteor. Key points include:
- Meteor allows building reactive, data-synchronizing apps with latency compensation and one codebase across platforms.
- Ionic is a framework built on top of Cordova for building mobile apps with AngularJS and CSS components like tabs and side menus.
- The demo shows how to create a Meteor app, add iOS and Android platforms, install mobile packages, and run the app on iOS simulators and devices.