Simple HTTP Server
Project Description
Designed and implemented a simple HTTP/1.1 compliant web server fully compatible with standard web browsers. Deals with GET and HEAD requests with persistent connections. At a very basic level, the goal of this project was to build a functional webserver that could receive a request from a socket, parse the request, find the desired data, and then respond to the server with the requested data.
Skills Utilized
- java programming
- java documentation
- socket programming
- threads