Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.13k stars 380 forks source link

client example code using python3 websockets #80

Closed medi-montaseri closed 3 years ago

medi-montaseri commented 4 years ago

Thank you for providing this code. I noticed that you provide a sample client code in javascript. Can you please provide a similar example client using python3 websockets module available at https://pypi.org/project/websockets/

Pithikos commented 3 years ago

This is a library for a server not a client. I'm sure you can find that in many other places