Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 308 Bytes

Budal an Experimental Java HTTP Server (Pure Java and without framework)

Getting started

$ mvn clean package
  • Run jar
$ java -jar target/Budal-1.0-SNAPSHOT.jar

Run Tests

$ mvn test