Skip to content

nourdinejazi/Minimal-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal HTTP Server

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.

Features

  • Handles basic HTTP GET requests
  • Supports serving static files from a directory
  • Customizable configuration
  • Lightweight and easy to extend

Demo

java http server demo

Example of a rendered page from the server.

Prerequisites

  • Java 8 or higher
  • Maven (for building and managing dependencies)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/minimal-http-server.git
    cd minimal-http-server

About

My own made Http Server made in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published