YelloElefant / COMPX241-ReallyGuessWho

COMPX241 Really Guess Who MockUp
0 stars 0 forks source link

Socket conection for download script #16

Open YelloElefant opened 1 month ago

YelloElefant commented 1 month ago

use socket.io to invoke the server side download script

process for image download

  1. check folder for image
  2. if no image invoke download script, and set image to the url for manual download on webpage
  3. if yes set the image to the server file

or

  1. check folder for image
  2. if no image invoke download image and wait for conformation that download is complete then set image to its path
  3. if yes set the image to the server file