2018-03-26
3129
#vanilla javascript
Bruce Wilson
139
Mar 26, 2018 ⋅ 11 min read

Using web workers for safe, concurrent JavaScript

Bruce Wilson Software engineer, frontend development, and computer graphics

Recent posts:

Build Full-Stack App React Goxygen

Build a full-stack app with React and Goxygen

We show how to use Goxgen to scaffold a full-stack React app. See how to integrate React with Go and modify Goxygen to suit your project requirements.

Clara Ekekenta
Dec 6, 2023 ⋅ 8 min read
Express Js Adoption Guide Overview Examples Alternatives

Express.js adoption guide: Overview, examples, and alternatives

Express.js is a Node.js framework for creating maintainable and fast backend web applications in JavaScript. In the fast-paced world of […]

Antonello Zanini
Dec 6, 2023 ⋅ 17 min read
Nesting web components in vanilla JavaScript

Nesting web components in vanilla JavaScript

Web components are underrated for the performance and ergonomic benefits they provide in vanilla JS. Learn how to nest them in this post.

Mark Conroy
Dec 5, 2023 ⋅ 10 min read
Meet LogRocket Galileo — Your New AI-Powered Product Analyst

Meet Galileo — your new AI-powered product analyst

LogRocket’s Galileo AI watches every user session in your app to surface the most impactful areas of user struggle and key behavior patterns.

Matt Arbesfeld
Dec 5, 2023 ⋅ 3 min read
View all posts

3 Replies to "Using web workers for safe, concurrent JavaScript"

  1. Can I transfer objects between a worker thread and a main thread? For example, an html div that hosts a chart?

Leave a Reply