instructions to run the web server and test it out
prerequisites: - the latest version of python installed - a browser to view the html files
- execute the server.py file
- open the web brower
- type in 'localhost:2728' in the address bar
- 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