Skip to content
mattiaslevin edited this page Dec 11, 2012 · 19 revisions

First

To get going you first need to decide how to host the backend service

  1. Use the already deployed and available service hosted by the authors, TBD. Please note that this instance will only provide services as long as the cost is below the daily budget.

  2. Deploy your own GAE instance of the ready-made backend without a single line of code. This will give you full control over who can access the service and also the budget and cost. More information can be found here TBD

  3. Integrate with an existing GAE backend and enjoy the convenience of only having to manage one running instance. Knowledge of GAE and Spring is necessary. More information can be found here TBD

And then

Now that you have your backend selected the next step is to select a domain name. The domain name is part of the REST path and separates this projects data from all other projects using the same GAE instance. Please select a domain name that is descriptive and reflect the project (please do not pollute the name space).

In the future we will add some kind of security and registration process for domains.

Finally

Download one of the SDKs matching your platform. If an SDK is not available for your platforms you are free to implement the REST interface your self.

  • iOS (coming soon)
  • Android (coming soon)
  • Javascript (coming soon)

Good luck!

Clone this wiki locally