Skip to content

nadiacollado/java-http-server

Repository files navigation

HTTP-server

An HTTP-server built using Java

Instructions

Open your terminal, create a directory, and clone this repo into your new directory.

Change into the root directory.

cd java-http-server

Start the server by running the following command:

./gradlew run

To run unit tests:

./gradlew test

To run acceptance tests:

cd http_server_spec

bundle install

rake test

More information on the acceptance tests.

About

An HTTP Server written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages