The server generates 6 random numbers (from 1 to 49) every 5 seconds and emits it to the client, the client can generate 6 random numbers as well to see if the value matches what the server sends.
- git clone this repo.
- pip install dependencies from requirements.txt
- run the app using
python app.py