# simple-server Benchmarking Test ### Test Type Implementation Source Code * [JSON](src/main/java/com/simplyti/cloud/server/benchmark/tests/JsonSerialization.java) * [PLAINTEXT](src/main/java/com/simplyti/cloud/server/benchmark/tests/Plaintext.java) ## Important Libraries The tests were run with: * [simple-server](https://github.com/simplyti/simple-server) * [Netty](https://netty.io/) * [dsl-json](https://github.com/ngs-doo/dsl-json) ## Test URLs ### JSON http://localhost:8080/json ### PLAINTEXT http://localhost:8080/plaintext