Friday, June 5, 2009

Client JavaScript data storage

Cross-browser data storage made easy using PersistJS. It supports a lot of different ways of storing data on client browser, falling back to plain old cookies, when necessary. The library itself is really minimalistic and standalone (opposed to Dojo Storage, for example). Also, it can be integrated with another lightweight runtime storage solution called "Taffy DB", which will enable almost SQL-like queries in JavaScript. Looks very nice to store some user-related info, session data, etc.

2 comments:

  1. The library itself is really minimalistic and standalone (opposed to Dojo Storage, for example). psd to html5

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete