Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Shifting JavaScript into High Gear with Web Workers

via Pluralsight

Overview

This course dives into what web workers are and provides practical demonstrations showing how they can be used to add parallel processing capabilities to a web application.

In recent years, JavaScript has risen to become one of the most important languages in modern software development. However, despite the powerful engines that run it, it is often limited by its single-threaded nature. In this course, Shifting JavaScript into High Gear with Web Workers, you will learn how to work around that constraint in web applications by using the WebWorker API to allow your application to take advantage of the full power that your customer's computers have to offer. First, you will get to see why web workers are the preferred solution for adding parallel execution paths to an application. Next, you'll get a step-by-step overview of the various aspects of working with web workers, such as defining messages and what APIs can be accessed from within a worker. Finally, you'll see how web workers can be added to a real-world application in a way that causes the smallest disruption possible to the application's structure, while gaining the advantages inherent with workers. After finishing this course, you will be ready to implement web workers into your multi-threaded applications with minimum hassle.

Syllabus

  • Course Overview 1min
  • Introduction 28mins
  • The Basics 37mins
  • Practical Web Workers 49mins

Taught by

Mike Van Sickle

Reviews

4.1 rating at Pluralsight based on 47 ratings

Start your review of Shifting JavaScript into High Gear with Web Workers

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.