Web Workers Tutorial - Introduction to JavaScript Web Workers
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=9LwDEiPCTmg
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
A Web Worker is what allows multi-threading in JavaScript. It’s a script running in the background that doesn’t interfere with the UI and doesn’t affect the performance of a page. In this Web Workers Tutorial, we talk about worker types, use cases, and the advantages of using Web Workers, as well as when to stop using them.
Watch this video to learn:
- What is a Web Worker
- Why you would want to multi-thread
- Web Worker use cases
Other Videos By Fullstack Academy
Tags:
Web Workers
Web Workers Tutorial
JavaScript Web Workers