I’m currently working on a project where I need to communicate with Devices (TV) on the same local network (WiFi). I want to send some data to the TV without having to run any scripts on the TV itself.
I have been exploring using Socket.io, but it requires running a client-side script on the TV to establish the connection, which is not feasible in my case.
Is there any way to achieve this kind of communication without needing to run any client-side code on the TV? I’m looking for a solution where I can send data directly from my laptop to the TV.
Any suggestions or guidance on how to approach this would be greatly appreciated!
Thank you in advance.
Web Dev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.