As I recently jumped into web development, I came across websockets which had the exact functionality I needed for my last project. Because I created the API and server part already in Python, I tried different libraries for python, like websockets and flask-socketio, but none of them worked for my…