Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radicalzephyr/http-server

A Java HTTP server.
https://github.com/radicalzephyr/http-server

Last synced: about 1 hour ago
JSON representation

A Java HTTP server.

Awesome Lists containing this project

README

        

# HTTP Server

A Java HTTP server.

## Building

We use [boot] for building. Once you have boot installed `boot test`
will run the jUnit units tests, `boot test-all` will run the unit
tests _and_ the integration tests and `boot build` will create the
`server.jar`.

[boot]: https://github.com/boot-clj/boot#boot--