Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 447 Bytes

File metadata and controls

16 lines (11 loc) · 447 Bytes

instructions to run the web server and test it out

prerequisites: - the latest version of python installed - a browser to view the html files

  1. execute the server.py file
  2. open the web brower
  3. type in 'localhost:2728' in the address bar
  4. load the web page

alternatively (to step 3) you can type in '127.0.0.1:2728'

This server is built using the python socket module no other modules (ex: flask, httpServer module) were used