Live data from Hacker News

Dashing - A dashboard framework

shopify.github.com

11–20 of 85 posts

Re: Dashing - A dashboard framework

#13

Doesn't seem to handle load very well, though normall I guess it wouldn't need to.

The demo is probably running on a free heroku instance which means a single thread on an itsy-bitsy EC2 instance. At the top of HN we're talking at least 500 concurrent visitors... on a single thread.

Re: Dashing - A dashboard framework

#14
post #10

Earlier quoted context omitted.

Interestingly for me it's the reverse: using CoffeeScript lowers the barrier to entry :-)

dafuq?

I would not be surprised if spinning up on CoffeeScript was easier for beginners without real JavaScript experience.

Re: Dashing - A dashboard framework

#17
post #9

This popped up a few months ago. Unfortunately, not much discussion: https://news.ycombinator.com/item?id=4718311

Well, maybe you can take a look at another dashboard framework I wrote. It uses PHP, pulls data directly from MySQL and works seamlessly on mobile browsers, tablets. :)

http://razorflow.com

Adding support for Google Analytics and Excel in the next two weeks!

Re: Dashing - A dashboard framework

#18

Doesn't seem to handle load very well, though normall I guess it wouldn't need to.

The demo is probably running on a free heroku instance which means a single thread on an itsy-bitsy EC2 instance. At the top of HN we're talking at least 500 concurrent visitors... on a single thread.

Bingo. It's on the free heroku, hence the trouble staying alive. Here's an image of what the demo looks like: http://cl.ly/image/321Y2V361X1r

Re: Dashing - A dashboard framework

#20
Hey everyone! Dashing creator here. Thanks for the frontpage :)

I have good news for you all. Dashing will be evolving soon to support multiple backends. Already there are ports being written for python, perl, .net, and also better rails integration. Stay tuned!

P.S: Sorry for the downtime. Was not expecting frontpage. While I work on getting it stable, enjoy this screenshot: http://cl.ly/image/321Y2V361X1r

Post reply on HN