From the course: JavaScript: Web Workers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - JavaScript Tutorial

From the course: JavaScript: Web Workers

Start my 1-month free trial

Next steps

- [Maximiliano] Thank you for joining me in this course on Web Workers. We have covered all the API available for dedicated Web Workers and shared Web Workers, so you have now a better understanding of how to do threading on JavaScript in the browser. We have seen how to create a Web Worker from scratch, both dedicated and shared Web Workers, the lifecycle and the most common scenarios that is basically sending messages back and forward from the thread to the main thread. Now it's time to more forward, and if you want to continue your learning in this topic, you can check my courses and other courses in LinkedIn Learning on several topics around Web Workers. For example, you can look into Service Workers, that's one of the workers that we haven't covered in this course that will let you create proxies that will capture every network request that your websites are doing, and it's also part of the web performance, and also you can check some of the web performance courses available…

Contents