TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which framework should I use for a real-time modular dashboard?

6 pointsby bukkaalmost 12 years ago
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.

2 comments

citrikalmost 12 years ago
I&#x27;ve been working on something similar, Here&#x27;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:&#x2F;&#x2F;chartio.com&#x2F;blog&#x2F;2013&#x2F;08&#x2F;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:&#x2F;&#x2F;github.com&#x2F;mbostock&#x2F;d3&#x2F;wiki&#x2F;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:&#x2F;&#x2F;three.kibana.org</a><p>I&#x27;ve not built the system yet so I don&#x27;t have much practical experience with these libraries, but they seem like my leading candidates for the display side of the project.
sidmitraalmost 12 years ago
Take a look at <a href="http://shopify.github.io/dashing/" rel="nofollow">http:&#x2F;&#x2F;shopify.github.io&#x2F;dashing&#x2F;</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&#x27;s a demo: <a href="http://dashingdemo.herokuapp.com/sample" rel="nofollow">http:&#x2F;&#x2F;dashingdemo.herokuapp.com&#x2F;sample</a>
评论 #6182197 未加载