/marksix

short code test for Backend at GoGoVan

Primary LanguageHTML

Short Code Test for GoGoVan

Requirements

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.

local installation instructions

  1. git clone this repo.
  2. pip install dependencies from requirements.txt
  3. run the app using
    python app.py