Skip to content

onlyskin/java-httpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an HTTP Server application written in Java.

To build the server, run:

gradle clean
gradle jar

To run the server, run java -jar build/libs/httpserver-1.0-SNAPSHOT.jar

To run the unit tests for the project, run:

gradle test

To run the tests continuously for development, run:

gradle -t test

About

HTTP Server from scratch in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages