I have the idea and the concept, I just cannot figure out which framework to go for. I did get into the basics of the most popular ones (AngularJS, BackboneJS), however I feel like I do not have enough knowledge to determine which one is more suitable for this project. Since I do not have enough time to go in-depth with all I will ask those who are experienced to help me decide.<p>The dashboard should:<p>- Display real time stats<p>- Be modular<p>- Be mobile friendly<p>Thanks for anyone willing to help.
I've been working on something similar, Here's the list of candidates I have so far...<p>This was just posted but it has some useful info.
<a href="http://chartio.com/blog/2013/08/informationdashboarddesign" rel="nofollow">http://chartio.com/blog/2013/08/informationdashboarddesign</a><p>The D3 charting library has some really unusual diagrams that seem like they would add an extra dimension to a dashboard.
<a href="https://github.com/mbostock/d3/wiki/Gallery" rel="nofollow">https://github.com/mbostock/d3/wiki/Gallery</a><p>Kibana 3 looks like it could be useful, It also led me to the Logstash library which looks helpful.
<a href="http://three.kibana.org" rel="nofollow">http://three.kibana.org</a><p>I've not built the system yet so I don't have much practical experience with these libraries, but they seem like my leading candidates for the display side of the project.
Take a look at <a href="http://shopify.github.io/dashing/" rel="nofollow">http://shopify.github.io/dashing/</a><p>You might not even need to make one on your own, or at worst you can re-use a lot of it for your use case. It uses batman.js i think.<p>Here's a demo: <a href="http://dashingdemo.herokuapp.com/sample" rel="nofollow">http://dashingdemo.herokuapp.com/sample</a>