Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md


websockets
Web Sockets

 

Executing script

  • The websockets server script is app.py and runs on localhost:
uvicorn app:app
  • In another terminal window run the web server also on localhost:9000
python -m http.server 9000

Documentation

You can find our documentation on our website