Shared Worker

A Shared Worker is a browser API that allows multiple browser tabs or windows to share a single background thread. In WinCC OA, the Shared Worker manages a single WebSocket connection to the backend, shared across all open tabs, reducing resource consumption and license usage. The Shared Worker is used by the WebUI Runtime as well as other web-based applications such as the Dashboard.