Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/indexeddb-filesystem
A sample of how to implement a file system in indexedDB
https://github.com/aaronpowell/indexeddb-filesystem
Last synced: about 1 month ago
JSON representation
A sample of how to implement a file system in indexedDB
- Host: GitHub
- URL: https://github.com/aaronpowell/indexeddb-filesystem
- Owner: aaronpowell
- License: mit
- Created: 2013-04-22T08:56:29.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-04-22T09:00:09.000Z (over 11 years ago)
- Last Synced: 2024-04-15T12:16:31.437Z (9 months ago)
- Language: JavaScript
- Homepage: http://aaronpowell.github.io/indexeddb-filesystem/
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is a sample of how to implement a file system on top of IndexedDB. If you're running this locally you'll want to use `node app` so that the server will run (since most browser require IndexedDB to run against a domain).
Basically all it does is setup relationships between the parent/child items in the IndexedDB store.