how to get data from websocket to flask in realtime
I'm trying to get data from websocket to flask in real-time, I didn't find a way to do it so I tried making a different route "/" and send it again to another route which is "/get" but it doesn't work again.