Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 256 Bytes

In Python 3 command line:

Python

Make sure you have quart (pip install quart)

Then run: python server.py

Then find http://localhost:7000 to test the websocket

For client.py pip install websockets also