- Install python deps
pip install requirements.txt
- Start the python server:
python3 server.py
- Install js deps
cd app
,npm install
- Start the user app:
npm run start
- Go to
localhost:8000
You'll see the js app running on localhost:3000, served in an iframe pointing at subdomain.localhost:8000. Echo server uses websockets.