
Java
This project is my implementation of an HTTP server in Java. It doesn't use any external dependencies — my goal was to focus on low-level concepts such as working with Sockets.
The HTTP server supports header processing, basic routing, and a few API endpoints.