Aerobatic vs Apache Cordova
A side-by-side look at Aerobatic and Apache Cordova. For an in-depth review of either product, follow the links below.
Aerobatic
Aerobatic is a hosted continuous deployment service for static websites. It allows developers to easily deploy updates to static sites hosted on S3, Cloudfront or GitHub Pages with features like staging environments, rollback to previous versions, and integration with GitHub for automatic deployments on push.
Apache Cordova
Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies like HTML5, CSS3, and JavaScript for cross-platform development, avoiding native development languages like Objective-C and Java. Cordova wraps the HTML and JavaScript code into a native container which can access the device functions of many platforms.