This repo is the solution for the following requirements:
- Write a program to initialize the Webserver as required, including Optional Excercise in
WebServer.pdf - Implement message exchange between Client and Server with the given code
TCP_xxx.py(single-threaded) - Implement multi-threaded message exchange between Client and Server using TCP.
Watch video for demo.