Skip to content

Latest commit

 

History

History
95 lines (81 loc) · 4.48 KB

storage.md

File metadata and controls

95 lines (81 loc) · 4.48 KB

Bookmarks tagged [storage]

https://github.com/mozilla/localForage

Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.


https://github.com/andris9/jStorage

jStorage is a simple key/value database to store data on browser side.


https://github.com/zendesk/cross-storage

Cross domain local storage, with permissions.


https://github.com/addyosmani/basket.js

A script and resource loader for caching & loading scripts with localStorage.


https://github.com/nodeca/bag.js

A caching script and resource loader, similar to basket.js, but with additional k/v interface and localStorage / websql / indexedDB support.


https://github.com/Wisembly/basil.js

The missing Javascript smart persistent layer.


https://github.com/carhartl/jquery-cookie

A simple, lightweight jQuery plugin for reading, writing and deleting cookies.


https://github.com/js-cookie/js-cookie

A simple, lightweight JavaScript API for handling browser cookies


https://github.com/ScottHamper/Cookies

JavaScript Client-Side Cookie Manipulation Library.


https://github.com/aaronpowell/db.js/

Promise based IndexDB Wrapper library


https://github.com/brianleroux/lawnchair/

Simple client-side JSON storage.


https://github.com/kripken/sql.js

SQLite compiled to JavaScript through Emscripten.


https://www.gluster.org/

Gluster is a software defined distributed storage that can scale to several petabytes. It provides interfaces for object, block and file storage.