>
> ... and Angular is a full-fledged client-side framework), 
>>
>
> Is it possible to have a web application that have (or access) databases 
> that reside in the client-side ?
>  
> for example:
> user1 has  local database db1 on pc1, 
> user2 has  local database db2 on pc2. 
> db1 and db2 has identical structure. 
> user1 and user2 access the web application and ask for the synchronization 
> between the two dbs. 
>

Sounds possible, but web2py probably wouldn't be too much help there. It's 
still in the early stages, but you might consider something like 
Derby<http://derbyjs.com/>for that kind of app.

Anthony 

Reply via email to