Sending Data Continuously from Python to Javascript over Websockets?
问题 Hello I'm currently running code that sends data from Python to JavaScript. Currently, because I'm not able to send data straight from the primary code I'm running, I am communicating between UDP Connections across two separate Python Files: I merged UDP Server Code with the Main Code I'm running which is an OpenCV Eye Coordinate Tracker. This UDP Server carries the Eye Coordinate data and sends it to the UDP Client which I have merged with the Websocket Server that is communicating with a