Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 394 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 394 Bytes

Http webserver from scratch

I have build a HTTP/1.1 server that is capable of serving multiple clients, with functionality of uploading and retrieving any file from the server.

technologies used

socket, sys, threading and argparse libraries in python.

Along the way you'll learn about TCP servers, HTTP request syntax, and more.