Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 227 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 227 Bytes

SimpleWebServer

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.