Dobermensch / marksix

short code test for Backend at GoGoVan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

short code test for Backend at GoGoVan


Languages

Language:HTML 64.7%Language:Python 35.3%