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
This program creates a simple web server on localhost. It creates a server socket to listen for HTTP GET requests. It then returns the file in the GET request or returns a 404 Not Found if file is not found.