Sunday, February 28, 2016

Build mobile apps with Cobalt

To work with your data in your Cobalt app you will have to use a storage for your currently modified data.
Cobalt provide an enhanced localStorage and a WebServices plugin to store your data offline, filter them, and so forth.

There is no PHP

You will have to use your own way to display content as HTML from your data (Have a look at HandlebarsJS, EmberJS or AngularJS).
You can also generate your HTML content from a server but you will loose the offline possibilities of a native app.

Get started

  • Create your app quickly!
  • npm install -g cobaltians
    cobaltians create myApp HelloWorld

Reference

https://github.com/cobaltians/cobalt/wiki

0 comments:

Post a Comment