Web Server

This project provides an example of how to implement a web server in Java. The web server listens separately for HTTP and HTTPS connections, and can serve basic file types. The code has been kept as simple as possible, in hopes that it can serve as a good classroom example. See the README and the comments in the code for further information.

This website is running on this web server!

Project repository

Here is the repository: https://gitlab.com/kri/webserver.