On 15 November 2011 13:27, Simon Metson <[email protected]> wrote: > Hi, > We've been using Backbone-couch > (https://github.com/andrzejsliwa/backbone-couch) and d3 > (http://mbostock.github.com/d3/) to make visualisations. They're a nice > pairing - as data appears in the database the collection and corresponding > visualisation updates. > > We've started a simple Backbone wrapper of the d3 code > (https://github.com/drsm79/Backbone-d3) and will be porting more > visualisations into it as we go (patches welcome, so far it's just bar and > pie charts though we've got line and calendar views in the works). This means > you can serve the visualisations to the browser live (from a couchapp) > without worrying about some middle layer. > Cheers > Simon
Hi Simon, Did you do a comparison between: https://github.com/andrzejsliwa/backbone-couch https://github.com/janmonschke/backbone-couchdb A+ Dave
