You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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