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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
kat-coding/SimpleWebServer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
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.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published