Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/radicalzephyr/http-server
- Owner: RadicalZephyr
- License: mit
- Created: 2015-05-28T19:52:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T05:40:40.000Z (about 2 years ago)
- Last Synced: 2024-12-24T08:50:03.198Z (5 days ago)
- Language: Java
- Size: 190 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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--