sarbjotm/Basic-Web-Server
Created a simple we server that handles one HTTP request at a time, and implements 200, 304, 400, 404 and 408 messages using socket programming. Extended the simple web server to a multi-threaded version, that is capable of handling multiple requests simultaneously
Python