WebSocket Server Element
This exposes a local WebSocket server that allows communication between your web app running in a browser, and your desktop app.
You generally will only have one client (the browser tab) but if multiple tabs are open and requesting a connection, you'll need to handle multiple connections.
<br>