# Javalin framework benchmarking test This is an implementation of [javalin](https://javalin.io/) as a portion of a [benchmarking test suite](../) comparing a variety of web development platforms. ## Running the application Have [gradle](http://gradle.org) installed, then: ``` gradle run ``` ## json test Point your browser at `localhost:8080/json` ## plaintext test Point your browser at `localhost:8080/plaintext`