Skip to content

ariboyarsky/PyWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyWebServer

Simple web server with basic logging built in python for a Computer Networks class.

To compile simply do the following:

python WebServer.py

Port has been preassigned to 8080

To test, navigate to http://localhost:8080/HelloWorld.html

Or, on another host http://{your public IP}:8080/HelloWorld.html

Server will log data (http requests, procedure, etc.) to log.txt

About

Simple web server built in python for a Computer Networks class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published