Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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