A simple, minimal HTTP server built in Java. This server is designed to handle basic HTTP requests and serve static content, providing a lightweight solution for serving files or serving as a base for building more complex web applications.
- Handles basic HTTP GET requests
- Supports serving static files from a directory
- Customizable configuration
- Lightweight and easy to extend
Example of a rendered page from the server.
- Java 8 or higher
- Maven (for building and managing dependencies)
-
Clone the repository:
git clone https://github.com/your-username/minimal-http-server.git cd minimal-http-server