ariboyarsky / PyWebServer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 95.2%Language:HTML 4.8%