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.

Brisket – A new single-page application framework

68 pointsby apaprockiabout 10 years ago

14 comments

andy_pppabout 10 years ago
&gt;&gt;&gt; We’ve been hard at work deploying Brisket to power three of the best and fastest sites on the web — BloombergView.com, BloombergPolitics.com, and BloombergBusiness.com.<p>Okay so after throwing up a bit at the hyperbole I played around with said sites. They feel fairly slow and loading different sections seems to be random how long it will take to register my click event. UX for showing page loading seems very limited and the differences in times of load for things feels very off.<p>Content sites like the ones Bloomberg mentions should not be done as single page webapps! The problem of rendering pages that have HTML on them has been solved - probably best to leave stuff like Brisket for apps that need it, like stock exchanges or real time analytics.
评论 #9257976 未加载
评论 #9258284 未加载
rdtscabout 10 years ago
Btw, does &quot;Isomorphic Javascript&quot; rub anyone the wrong way or am I the only one.<p>It seems like someone watched a Haskell tutorial and copied a smart sounding word and just appended it to Javascript. This used to be called &quot;code reuse&quot;. But that doesn&#x27;t sound as cool anymore.
评论 #9258055 未加载
评论 #9258110 未加载
评论 #9258175 未加载
评论 #9258467 未加载
评论 #9258082 未加载
评论 #9259323 未加载
eljimmyabout 10 years ago
Brisket also depends on the following libraries:<p>jQuery ~1.11.1 jsdom ~0.11.1 Underscore ~1.6.0 Backbone ~1.1.2 bluebird ~2.2.1 jquery-mockjax ~1.5.3 express ~4.0.0 qs 1.2.2<p>ಠ_ಠ
评论 #9259196 未加载
评论 #9258172 未加载
评论 #9258238 未加载
评论 #9258235 未加载
评论 #9258134 未加载
wandaabout 10 years ago
Link to actual GitHub repo:<p><a href="https://github.com/bloomberg/brisket" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bloomberg&#x2F;brisket</a><p>At a glance it looks unnecessarily heavy but nice to see more open sourcing.
评论 #9257811 未加载
127001brewerabout 10 years ago
What exactly is a &quot;single-page application&quot;?<p>Wikipedia states that it &quot;<i>is a web application or web site that fits on a single web page with the goal of providing a more fluid user experience akin to a desktop application. In an SPA, either all necessary code – HTML, JavaScript, and CSS – is retrieved with a single page load, or the appropriate resources are dynamically loaded and added to the page as necessary, usually in response to user actions.</i>&quot; [1]<p>How is this any different from any other web application?<p>[1] <a href="http://en.wikipedia.org/wiki/Single-page_application" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Single-page_application</a>
评论 #9257987 未加载
评论 #9258079 未加载
评论 #9257989 未加载
评论 #9257971 未加载
评论 #9257969 未加载
评论 #9257973 未加载
评论 #9257979 未加载
rckrdabout 10 years ago
As an anecdote, the websites did seem to load slow for me. And as a previous commenter has added, I&#x27;m not sure a news hub is best suited as a SPA.
评论 #9258025 未加载
评论 #9257959 未加载
评论 #9258155 未加载
bdcravensabout 10 years ago
I find it interesting that this is coming through their main news channel (main website and Twitter), rather than a side channel, like an engineering blog.
Dirlewangerabout 10 years ago
Feels like April Fool&#x27;s Day reading this.
评论 #9257996 未加载
评论 #9258108 未加载
1971genocideabout 10 years ago
I find Bloomberg an interesting company. The first start-up I worked for made all their money selling software to Bloomberg. Now Bloomberg is recruiting JavaScript programmers on my Uni campus offering salary on par with Twitter. Maybe they want to be hip ? who knows.
fokinseanabout 10 years ago
At first glance this just looks like a Backbone wrapper.
bshimminabout 10 years ago
Is &quot;brewery&quot; the new &quot;factory&quot;? <a href="https://github.com/bloomberg/brisket/blob/master/docs/brisket.routerbrewery.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bloomberg&#x2F;brisket&#x2F;blob&#x2F;master&#x2F;docs&#x2F;briske...</a>
评论 #9258207 未加载
datakerabout 10 years ago
Although I loved the open-source initiative, I&#x27;d be wary while taking it as a framework.
bandramiabout 10 years ago
Wait. Did I wake up in 1988? Isn&#x27;t this Hypercard?
ndboostabout 10 years ago
greaaaat another front-end js framework, as if we didn&#x27;t have enough already -_-
评论 #9259273 未加载