Skip to content

Details

Yves Gurcan will be leading a workshop on web workers.

Web Workers are a simple way for web apps to run scripts in background threads. Worker threads can perform tasks without interfering with the user interface. Once created, a worker interacts with the main thread (and vice versa) by posting messages that are intercepted by an event handler.

A good use case for web workers: Applications that process large amounts of data on the client side. Using a web worker would prevent he UI from freezing up.

Not in Eugene? You can join us remotely! This workshop will be streamed on Twitch: https://www.twitch.tv/yves_gurcan

See this introductory article on web workers from MDN: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers

Bring your laptop!
Bring your lunch!

Related topics

You may also like