Hacker News
- When to use web workers https://dassur.ma/things/when-workers/ 107 comments
- Show HN: Sorting 50,000-element array in web browser using HTML5 web worker http://afshinm.github.io/50k/?new= 12 comments
- Servant – A Clojurescript library for using web workers http://marcopolo.io/2013/10/01/servant-cljs.html 3 comments
- Show HN: gif.js - Fast GIF encoder using web workers http://jnordberg.github.io/gif.js/ 15 comments
- Show HN: JXL.js – JPEG XL Decoder in JavaScript Using WebAssembly in Web Worker https://github.com/niutech/jxl.js 35 comments
- Show HN: Poker Simulation Using WebAssembly and Web Workers https://github.com/ChrisZieba/holdem 2 comments
- Superconductor – real-time data visualization using WebCL, WebGL, Web Workers http://superconductor.github.io/superconductor/ 15 comments
Lobsters
- When should you be using Web Workers? https://dassur.ma/things/when-workers/ 6 comments javascript , web
- Does anyone know how to use an auxiliary worker threadpool with actix-web? https://www.reddit.com/r/rust/comments/kvnq36/does_anyone_know_how_to_use_an_auxiliary_worker/ 19 comments rust
- TIL: Using Web Workers with Phoenix Liveview https://samrat.me/til-using-web-workers-with-phoenix-liveview/ 3 comments elixir
- Performance benchmarking of Web Workers (multithreading) on JavaScript RTEs using the Concurrent.js library https://github.com/bitair-org/concurrent.js?tab=readme-ov-file#benchmark 12 comments node
- Simple JS thread optimization using PartyTown (Web Workers) https://dev.to/antonioerdeljac/optimize-js-thread-using-partytown-web-workers-39ac/manage 6 comments javascript
- Using Web Workers and IFrames through a simple Promise API https://github.com/alesgenova/post-me/ 5 comments coding
- Using Web Workers and IFrames through a simple Promise API https://github.com/alesgenova/post-me/ 12 comments javascript
- Should you use web workers? I think you should. https://medium.com/thron-tech/web-workers-to-improve-ui-performance-a409a0714d92 3 comments webdev
- For the Sake of Your Event Listeners, Use Web Workers https://macarthur.me/posts/use-web-workers-for-your-event-listeners 23 comments javascript
- Scaling Web Sockets using Shared Workers https://ayushgp.github.io/scaling-websockets-using-sharedworkers/ 10 comments javascript
- Should you be using Web Workers? (hint: probably not) https://medium.com/@david.gilbertson/should-you-should-be-using-web-workers-hint-probably-not-9b6d26dc8c6a 5 comments programming
- Should you should be using Web Workers? (hint: probably not) https://medium.com/@david.gilbertson/should-you-should-be-using-web-workers-hint-probably-not-9b6d26dc8c6a?sk=f120cef0682f860882aabff0064db9d8 28 comments javascript
- A real world example React SPA using Router + Redux + Saga + Styled Components + Hooks + Storybook + Web Worker + Ant Design and Jest + Enzyme + Sinon + React Testing Library for tests https://github.com/kevinfaguiar/oldschool-react 3 comments reactjs
- When should you be using Web Workers? https://dassur.ma/things/when-workers/ 4 comments webdev
- Using multiple threads and web workers to increase speed of a dead link checker https://javascriptwebscrapingguy.com/jordan-is-speed-speeding-up-scraping-with-multiple-threads/ 5 comments node
- A Simple Guide to Taking a Web Page Offline, using Service Workers https://blog.formpl.us/a-simple-guide-to-taking-a-web-page-offline-using-service-workers-f4c42e7b4ada 3 comments javascript
- Run fetch in a web worker using Comlink https://medium.com/@joubranjad/running-fetch-in-a-web-worker-700dc33ac854 11 comments javascript
- Using Browserify with Web Workers for parallel project builds? https://www.reddit.com/r/webdev/comments/5h7s31/using_browserify_with_web_workers_for_parallel/ 2 comments webdev
- Can you use Web Workers with Rollup? https://github.com/eventualbuddha/rollup-plugin-multi-entry 3 comments javascript
- Web app using Microservices in Go: Part 4 - Worker and Frontend https://jacobmartins.com/2016/03/23/web-app-using-microservices-in-go-part-4-worker-and-frontend/ 17 comments golang
- Web Workers and Their Lack of Use https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers 5 comments javascript
- Start using Web Workers https://medium.com/@daviddentoom/start-using-web-workers-378bc8accf33 8 comments javascript
- gif.js - Fast GIF encoder using web workers http://jnordberg.github.io/gif.js/ 68 comments programming
- Path tracing in Javascript using HTML5 web workers http://29a.ch/2010/5/15/path-tracing-in-javascript-using-html5-web-worker 8 comments programming
- Using Web Workers http://inimino.org/~inimino/blog/3box_web_workers 4 comments javascript
- Snappy UIs With WebAssembly (using a TS-like AssemblyScript) and Web Workers https://mofi.loud.red/blog/wasm-and-workers 5 comments typescript
- Procedural terrain generation using Rust, Wasm, SIMD, and multithreaded web workers. https://ianjk.com/terrain_generator/ 28 comments rust
- How to use a Rust WebAssembly module in Svelte with Web Workers https://martyjon.es/webassembly/rust/svelte/2021/11/28/svelte-wasm-workers-how-to.html 13 comments sveltejs
- Hi, guys!. I wrote something about Optimizing the Performance of Your Vue Apps Using Web Workers. https://blog.openreplay.com/optimizing-the-performance-of-your-vue-apps-using-web-workers 4 comments vuejs
- New browser attack uses service workers to run malicious code even after users leave a web page https://www.zdnet.com/article/new-browser-attack-lets-hackers-run-bad-code-even-after-users-leave-a-web-page/ 17 comments firefox
- How JavaScript works: The building blocks of Web Workers + 5 cases when you should use them https://blog.sessionstack.com/how-javascript-works-the-building-blocks-of-web-workers-5-cases-when-you-should-use-them-a547c0757f6a 3 comments webdev
- arbor.js: A graph visualization library using web workers and jQuery http://arborjs.org/ 6 comments programming
- Superconductor - realtime data viz using WebCL, WebGL, and Web Workers http://superconductor.github.io/superconductor/ 16 comments programming