Changes

Jump to: navigation, search

Firefox OS/Cloud Storage

651 bytes added, 04:47, 29 April 2015
no edit summary
Mounting Cloud Storage to device filesystem through the FUSE mechanism.<br />
[[File:Cloud Storage FUSE solution.png]]
==== Benefits ====*DeviceStorageAPIDeviceStorageAPI provides well defined filesystem based API to access files/directories of internal storage and SD card. Once FUSE based solution supported, DeviceStorageAPI can be used directly to access cloud storage without any modification.*FUSE interfaceFUSE interface is a good reference for Virtual Storage Interface. By propagating FUSE interface to FirefoxOS, FirefoxOS can easy connect to many kinds of storage, such as cloud storage, NAS, etc.==== Drawbacks ====*Cross platform/browser issue#DeviceStorageAPI is not a standard API for all browser#FUSE is a special kernel module of Unix-like OS.
=== JS library solution ===
[[File:Cloud Storage JS solution.png]]
33
edits

Navigation menu