Skip to content

MollieS/HTTPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Server

Coverage Status Build Status

Simple HTTP Server build with Java

To run

  • clone this repository
  • build with gradle by moving into the repository and using the command gradle build
  • use the command java -jar build/libs/Server-1.0.jar with two arguments : -p <port number> and -d <directory path>

To run with Tic Tac Toe

  • Tic Tac Toe uses some external dependencies not included in the regular jar
  • to run the server with TTT, use the command gradle fatJar
  • run the server with java -jar build/libs/Server-1.0-all.jar

To test

  • from within the directory run gradle test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published