You have to have docker and python3 installed on your PC.
virtualenv env
source env/bin/activate
pip install -r requirements.txt
make init
- Open terminal
- Navigate to
stream_simulatorfolder - Run commands:
source env/bin/activate
make server
- Open terminal
- Navigate to
stream_simulatorfolder - Run commands:
source env/bin/activate,make client - From console output click on the link:
http://localhost:8000/client/<client_id>to see messages in web browser.