Skip to content

mathpunk/HttpServer

Repository files navigation

HttpServer (tested against cob_spec)

https://travis-ci.org/mathpunk/HttpServer.svg?branch=master

Prerequisites

  • Java 8
  • gradle
  • ruby
  • rake (`gem install rake`)

Testing

Running tests manually

rake run_passing

This task is updated as more acceptance tests pass.

Automated testing

Travis uses the Rakefile to run the passing cob_spec tests.

Usage

To start the server on port 5000 and serving the resources in `cob_spec/public`:

rake serve

Using a different port and resource directory is not currently implemented.

About

An http server in Java, written to satisfy the cob_spec acceptance test.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published