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: Wsq – WebSocket task queues

34 pointsby rwinnover 9 years ago

5 comments

k__over 9 years ago
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 未加载
rwinnover 9 years ago
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)
poseidover 9 years ago
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 未加载
forgotmypasswover 9 years ago
The animation makes the browser tab so jaggy I can barely scroll down to read more.
评论 #10703299 未加载
评论 #10703122 未加载
thesorrowover 9 years ago
Are you using libchan js implementation jschan to multiplex streams ?
评论 #10710445 未加载