localForage
Storage library
A fast and simple storage library that improves the offline experience of web applications by providing an asynchronous API.
💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
25k stars
309 watching
1k forks
Language: JavaScript
last commit: 4 months ago
Linked from 6 awesome lists
indexeddbjavascriptlocalforagelocalstorageofflinestoragewebsql
Related projects:
Repository | Description | Stars |
---|---|---|
feathersjs-offline/localforage | Simplifies storage in IndexedDB, WebSQL, and LocalStorage for mobile and offline-first applications. | 9 |
grevory/angular-local-storage | Provides access to browser local storage with fallback to cookies when not supported | 2,828 |
sunnylqm/react-native-storage | A local storage wrapper that supports size control, auto-expiration, remote data syncing, and batch data retrieval in both React Native and web applications. | 3,018 |
addyosmani/basket.js | A script and resource loader that caches scripts in local storage to reduce HTTP requests and improve website performance. | 3,359 |
alekseykulikov/storage | An asynchronous wrapper around localForage that supports multiple storage backends and provides a simple API for storing and retrieving data in a browser | 605 |
gsklee/ngstorage | An AngularJS module providing services for storing data in web storage. | 2,333 |
localtunnel/localtunnel | Exposes a local development environment to the internet for testing and sharing | 19,185 |
local-npm/local-npm | A local npm registry mirror that caches and updates packages to speed up installations | 1,160 |
feathersjs-ecosystem/feathers-localstorage | A client-side service that stores data in local storage or AsyncStorage. | 38 |
genkgo/ember-localforage-adapter | An Ember Data adapter that stores application data in Mozilla's localForage, providing offline capabilities and compatibility with Ember Data 3.0. | 133 |
restuwahyu13/node-disk-storage | A fast and secure local storage solution for Node.js applications | 16 |
marcuswestin/store.js | A cross-browser storage solution providing basic key/value storage and additional functionality through plugins. | 14,023 |
jakearchibald/idb-keyval | A small promise-based key-value store implemented with IndexedDB | 2,767 |
funkensturm/ember-local-storage | An Ember.js addon providing a storage solution using localStorage or sessionStorage to persist data changes | 220 |
jeromegn/backbone.localstorage | An adapter that replaces Backbone.sync to save data to local storage instead of the server. | 1,894 |