For my web application (React), I either need to connect the app to the TV over WiFi or some other technology, as opposed to manually opening up a browser and entering the URL, or to somehow direct the TV to open my website.
Is this possible currently? Is there a way to scan the WiFi to find all devices connected to it, and somehow push data over WiFi to the TV to open a specific website?
I've found ConnectSDK (https://connectsdk.com/) which seems to make this possible but only for Android/iOS devices.