TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

6 点作者 bukka将近 12 年前
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 条评论

citrik将近 12 年前
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.
sidmitra将近 12 年前
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 未加载