Javascript client for interacting with Backside backend as a service.
npm install backside-clientBackside Javascript Client
==========================
To build, run npm run build.
var ref = new Backside('http://localhost:5000');
ref.on('value', function(snapshot) {
console.log(snapshot.val());
});