How to synchronize HTML5 local/webStorage and server-side storage?

Posted by thSoft on Stack Overflow See other posts from Stack Overflow or by thSoft
Published on 2010-04-13T15:58:40Z Indexed on 2010/04/14 0:43 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

I'm currently seeking solutions for transparently and automatically synchronizing and replicating across the client-side HTML5 localStorage or web storage and (maybe multiple) server-side storage(s) (the only requirement here that it should be simple and affordable to install on a regular hosting service).

So do you have any experience with such libraries/technologies that offer data storage which automate the client-server storage synchronization and allow data to be available either offline or online or both? I think this is a fairly common scenario of web applications supporting offline mode...

© Stack Overflow or respective owner

Related posts about html5

Related posts about storage