/websocket_python

Python code for websocket

Primary LanguagePython

Websocket for python

ws-server.py: python code for server side

ws-client.py: python code for client side

Run commands:

python3 ws_server.py # for server

python3 ws_client.py # for client