Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdabaa/treedb
JSON tree database for the web inspired by Firebase
https://github.com/lambdabaa/treedb
Last synced: 21 days ago
JSON representation
JSON tree database for the web inspired by Firebase
- Host: GitHub
- URL: https://github.com/lambdabaa/treedb
- Owner: lambdabaa
- License: mpl-2.0
- Created: 2015-04-20T06:04:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T18:17:57.000Z (almost 10 years ago)
- Last Synced: 2024-04-25T05:02:12.679Z (9 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
treedb
======JSON tree database for the web inspired by Firebase.
### Usage
Currently, TreeDB implements a subset of the Firebase [2.2.4 Javascript API](https://www.firebase.com/docs/web/api/) in the browser. Internally, it uses [IndexedDB](http://www.w3.org/TR/IndexedDB/) which is only implemented in modern browsers.