/WebserverSocket--COMP9331

Webserver socket wrote in Python3

Primary LanguagePython

This is a lab from COMP9331 -- computer and networks

The lab is asking us to write a webserver socket which can process and response to the request from the client(web broswer).

The test cases are as following:

  1. Client requests to open a webpage;
  2. Client requests to open an image in the browser;
  3. Client requests some illegal webpage(not existing in the directory), the browser displays error message.

More details, pls see the pdf