Began life as an assignment for my Networked Systems class. Web server that listens for HTTP requests, processes the requests, and sends HTTP responses.
Mainly C++, making use of core Sockets functionality.
Basic networking fundamentals. How to work with Sockets in C++. How to frame and parse HTTP messages.
Implement additional types of HTTP requests (i.e. PUT). Currently only GET requests are supported.