Open main menu

CDOT Wiki β

Changes

DPS921/Web Worker API

9 bytes added, 16:48, 30 November 2020
Brief Description
== Brief Description ==
<p>
JavaScript is a powerful programming language of the web but it is single-threaded by nature. The Web Worker API, introduced in HTML5 and supported by modern browsers, remedies that by enabling web applications to execute computationally expensive JavaScript code in a background thread separated from the main interface thread. Besides that, a background thread can be shared between other threads in the same web application and, therefore, facilitates lightweight communication between multiple windows of that application. Overall, the project's objectives are to explore the Web Worker API and how to utilize it in improving the overall performance and user experience of web applications.
</p>
= The Problem =
50
edits