Skip to content

Ultimecia1463/Simple-httpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Server

A basic HTTP server implemented in Java, demonstrating essential server functionality such as handling HTTP requests and responses.

Features

  • HTTP Request Handling: Handles basic HTTP methods.
  • Configuration Management: Configurable server properties.

Getting Started

  1. Clone the repository:
    git clone https://github.com/Ultimecia1463/Simple-httpserver.git
    
  2. Build the project using Maven:
     mvn clean install
  3. Running server:
     cmd /C ""C:\Program Files\Java\jdk-20\bin\java.exe" @C:\Users\HP\AppData\Local\Temp\cp_4sbbv1xv7cmzoa3m60y2jye3i.argfile com.ultimecia.httpserver.Httpserver "

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages