From @pavetok on Sat Jun 11 2016 15:58:42 GMT+0000 (UTC)
Dapps architecture in the near future?
| Platform | Write data store | Read data store | Data store API |
|---|---|---|---|
| “plain old” browser | event-log-like (IPFS) | blockchain-like ( IPFS) | HTTP |
| electron app | blockchain-like (IPFS) | key-value-like (IPFS) | JavaScript |
| ipfs browser | key-value-like (IPFS) | sqlite-like | something else? |
| something else? | something else? | pouchdb-like | |
| something else? | |||
Copied from original issue: Dapps architecture in the near future? · Issue #133 · ipfs-inactive/faq · GitHub |