Skip to content

Xuloh/simple-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Server

Requirements

Building and running requires JDK 13

How to run

  • Windows : ./gradlew.bat run
  • Linux : ./gradlew run

The server listens for requests on port 8080.

The server serves static files from the www directory located in its running directory.

About

A very simple HTTP server using Java sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors