# NanoHTTPD Benchmarking Test [NanoHTTPD](https://github.com/NanoHttpd/nanohttpd) is a tiny, easily embeddable HTTP server in Java. ### Test Type Implementation Source Code * [JSON](src/main/java/benchmarks/Server.java) * [Plaintext](src/main/java/benchmarks/Server.java) ## Important Libraries The tests were run with: * [Jackson](https://github.com/FasterXML/jackson) ## Test URLs ### JSON http://localhost:8080/json ### PLAINTEXT http://localhost:8080/plaintext