Contents |
Data Storage
Where are the Data Stored
The data for your application is stored on Angular servers. Our goal is that the Angular framework will allow you to build an application quickly, with focus on the application rather than on the infrastructure, which can take a lot of know-how to set up. This is the reason why we will provide you with a database hosting solution out of the box.
Application per Domain
Each database is stored on a separate domain to maintain browser cookie separation and to maintain simplified authentication. In order to get a unique domain you need to sign up.
Cross Domain Support
One of Angular's specific goals was to allow you to host your template anywhere on the web, including embedded in other HTML documents (such as this WiKi), or your local hard disk, and to maintain the database on Angular servers. For this reason, all framework calls are written with cross domain support in mind. This also helps with the development of the templates, since it allows you to test all of your templates on your local hard disk, before you submit them to the server.
The cross domain also allows you to enhance your existing pages. Do you have a Blog and want to add some interactivity to it? No problem, as long as you can add the framework script tag to the HTML page, any page can automatically become Angular-enabled.
Hosting Your Own Database
We realize that some of you would prefer to maintain your own database. Contact us on how to do that.