Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 279 Bytes

Take It Easy HTTP Server

A very simple multi thread HTTP server in Java

Prerequisite

  • Java 18 or above
  • MAVEN

How to

Open a terminal and run following commands:

# packaging
mvn package
# execution
java -jar target/take-it-easy-server-1.0-SNAPSHOT.jar