Skip to content

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

Development

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.

static-sitecontinuous-deploymentstagingrollbacks3cloudfrontgithub-pages
Apache Cordova

Apache Cordova

Development

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.

crossplatformmobilehtml5css3javascript