Python asyncio websocket to socket conversion

Viewed 21

I'm new to sockets and async programming. I need translate / resend audio stream incoming from websocket to socket stream to another server (which doesn't support websockets) in asynchrounous way with multiple streams. How can I achieve this ?

0 Answers
Related