A suggestion is to create a simple server that to start with delegating to a CouchDB instance to store data. This would enable us to get up and running pretty quickly and we can evolve the format of our application protocol for data sync. We could start with the format that CouchDB uses for the first iteration. :

{
   "_id": "f11075199bcea80849204660d7000d53",
   "_rev": "2-588a9da2e252e9a3d2fc0634610a0c25",
   "car": {
       "make": "Toyota",
       "color": "blue"
   }
}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira