You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClientSideDB is a proof of concept application that aims to provide a client side database library running in the browser. GWT applications run CRUD operations on it while ClientSideDB asynchronously takes care of guaranteeing consistency and persistence. At application startup time the client side downloads the most recent snapshot of the table…