Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.