Skip to content

simple web server, written in Python: 1) using socket module; 2) using http.server module

Notifications You must be signed in to change notification settings

iskarova/web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server

Web server that processes GET HTTP method requests.

First server is implemented using socket module.
Secon server is created with os and http.server module using BaseHTTPRequestHandler and HTTPServer classes.

Stack: Python, HTML&CSS

About

simple web server, written in Python: 1) using socket module; 2) using http.server module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors