I have a websockets server running in Python that handles asynchronous websocket connections which make calls to a database using pymysql. It works, bu
websockets
pymysql