I want to make a server using python, and the auto discover it using a web aplication.
I know i can make a python->python discovery using How to make a server discoverable to LAN clients from this thread. But i can't find a way to make the javascript discover that server.
It would be great if I could use the same connection, or at least the same port to make a socket server where i can send commands back and forth.
Any ideas?