Skip to content

bspatafora/javaServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

javaServer

A basic HTTP server written in Java.

Includes cobspec package for passing 8th Light’s Cob Spec HTTP server acceptance test suite.

Requirements

Running the server

  1. Build the JAR using gradle build from the javaServer root directory
  2. Start the server with java -jar build/libs/javaServer.jar -p PORT -d PATH/TO/COB_SPEC/PUBLIC
    • If you don’t specify a port or directory, port defaults to 5000 and directory to the relative path to the Cob Spec public directory, included at javaServer/src/main/resources/cobspec/

Running the tests

  1. Run the tests using gradle check from the javaServer root directory

About

A basic HTTP server implemented in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published