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.