Writing Simple WebSocket Server in Python: PyWSocket

Echo websocket server implemented by hand on raw TCP Sockets. Journey to websocket was pretty long. I started with an idea to make an app which can play music in sync across the devices during college period. No wonder I couldn’t get through it. Later this year I stumbled upon this new thing called WebSockets and they were intriguing. I thought I could finish that app with websockets (and I did, with partial success)....

August 26, 2017 · 8 min · Sanket