Skip to content

danishnaseem05/WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server written in python

  • Accepts multiple clients
  • Creates a folder named static in the program directory, where it copies the exact the path of the html document and writes to the html file
  • Run on localhost:8000 by default, can be changed at the very last line of the server.py file