node.js - Using d3.js, mongoose, mongoDB, express properly -
i'm new node.js , i've been reading lot of tutorials , documentation on node.js, mongoose, mongodb, express, etc , feel i'm still not getting something.
i want make website data generated querying mongodb , results returned browser visualized in d3.js.
i have graph in d3 separate js file (jdriver.js) called in head of jade file. jdriver.js file self-contained in generates buttons, filters, sliders, etc.). i'm not sure how go about, if want apply filter -> query mongodb -> have mongodb return json data file -> redraws new data.
and how fit of within framework provided express? kind either point me sources or me out?
thanks much.
Comments
Post a Comment