Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.