Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 371 Bytes

File metadata and controls

11 lines (8 loc) · 371 Bytes

CMPT 371

Computer network

Mini-Project:

  • Using python socket programming to build a simple web server

How to test: To test your web server, copy test.html in the same directory of your web server. Then find out the IP address of your machine, and port used in the code for web server and type the following in your web browser:

http://localhost:9090/test.html