0

Databases On The Client Side

The majority of web applications contain one or more databases in their structure. For example, content management systems use a database in order to separate the content from page layout. In this case, the data is managed on the server side. Regarding the particular situation of AJAX applications, the data management could be a challenging problem.

One possible solution for data manipulation on client side is represented by Taffy DB. It is a free Javascript library, having a lightweight ch... Read »
Created by deep Created 30 weeks 2 days ago – Made popular 30 weeks 2 days ago
Category: Technology

User login