I am trying to build a connection using AIOHTTP where from client-side I will get multiple requests continuously. So at the server-side, I have to create WebSocket connection using AIOHTTP so that I can accept multiple messages in a single stable connection while at the client-side I will create AIOHTTP to accept POST requests. I have surfed a lot but didn't get a proper code where I am accepting multiple messages over a single WebSocket connection using AIOHTTP. Can anyone help me with code?
Thanks in advance.