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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Wsq – WebSocket task queues

34 点作者 rwinn超过 9 年前

5 条评论

k__超过 9 年前
Do I understand this correctly.<p>This is some &quot;on the fly&quot; computation?<p>Like, people could add computing power to a process just by surfing to a webpage?
评论 #10703118 未加载
评论 #10703121 未加载
rwinn超过 9 年前
Btw, if anyone is wondering why the workers run so slow when in a background tab, it is because most browsers throttle setTimeout&#x27;s to run max once a second when the browser window looses focus. (web workers does not have this problem but for the demo i figured it would be fun to watch the workers do their thing)
poseid超过 9 年前
is this something like dnode? I used dnode for RPC style programming between an Arduino and web server: <a href="https:&#x2F;&#x2F;github.com&#x2F;embeddednodejs&#x2F;ch_8_entering_the_cloud&#x2F;blob&#x2F;master&#x2F;pubsub&#x2F;pub_server.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;embeddednodejs&#x2F;ch_8_entering_the_cloud&#x2F;bl...</a><p>possibly your lib could make the setup nicer.
评论 #10704370 未加载
forgotmypassw超过 9 年前
The animation makes the browser tab so jaggy I can barely scroll down to read more.
评论 #10703299 未加载
评论 #10703122 未加载
thesorrow超过 9 年前
Are you using libchan js implementation jschan to multiplex streams ?
评论 #10710445 未加载