python 3.8.10 or greater
sudo pip install aiortc websockets asyncio httpserver
python3 ./server/server.py
cd ./client && python3 -m http.server 8080
access the webpage at http://localhost:8080
python 3.8.10 or greater
sudo pip install aiortc websockets asyncio httpserver
python3 ./server/server.py
cd ./client && python3 -m http.server 8080
access the webpage at http://localhost:8080