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.

Show HN: A flask app to make dashboards, easily

302 pointsby dxdstudioover 8 years ago

8 comments

chensterover 8 years ago
I started using Freeboard (<a href="http:&#x2F;&#x2F;freeboard.github.io&#x2F;freeboard&#x2F;" rel="nofollow">http:&#x2F;&#x2F;freeboard.github.io&#x2F;freeboard&#x2F;</a>) in the latest project. It&#x27;s also really snick and requires no front-end coding. Worth checking out!
评论 #12467887 未加载
SmellTheGloveover 8 years ago
Really cool, thanks for sharing. Any idea how much data this can ingest before the rendering gets slow? I know horsepower on the client will vary, and the definition of slow is subjective, but just ballpark. Or is that an exercise for the reader?
评论 #12467132 未加载
评论 #12472007 未加载
rmanalanover 8 years ago
Reminds me of <a href="http:&#x2F;&#x2F;atlasboard.bitbucket.org" rel="nofollow">http:&#x2F;&#x2F;atlasboard.bitbucket.org</a>. Nice job!
happyslobroover 8 years ago
Does anyone have experience running Flask at scale? I used it once, for a small internal reporting service, and was shocked to find that it was designed to process only a single request at a time, per process. Is this a problem in the real world, or do decent caching rules and query design render it a non issue?<p>What do flask apps do when they want a live connection to the client, or need to serve a heavy (slow) request? Communicate with a Node websocket server over a queue, and share a database?<p>I don&#x27;t mean to disparage Flask. Their goal is to make it simple to stand up site with minimal boilerplate or bloat, and they succeeded at that.
评论 #12467396 未加载
评论 #12467324 未加载
评论 #12467559 未加载
评论 #12467288 未加载
评论 #12468149 未加载
评论 #12467844 未加载
评论 #12467467 未加载
评论 #12469885 未加载
评论 #12467983 未加载
评论 #12467245 未加载
评论 #12467428 未加载
评论 #12467282 未加载
bpchapsover 8 years ago
This is great! My weekend is officially opened up. ;)
bjtover 8 years ago
Flask can be used with gunicorn&#x27;s gevent (green threads) worker type to scale to many more concurrent connections.
denfromufaover 8 years ago
Pyxley?
评论 #12469216 未加载
oneloopover 8 years ago
What&#x27;s the difference between this and d3js?
评论 #12467541 未加载