Skip to content

Jozi-JUG/hello-world-framework-comparison

Repository files navigation

Java Reactive Framework Comparison

Each project uses the reactive support to respond with a simple Hello World. The aim is to compare the difference in overhead and memory consumption required by each framework.

Requirements

Install wrk

git clone https://github.com/wg/wrk.git
cd wrk
make
sudo ln -s $(pwd)/wrk /usr/local/bin/

Install SDKMAN!

curl -s "https://get.sdkman.io" | bash

Install required applications and runtimes

./install.sh

Build all applications

./build.sh

Running all applications

  • Create a terminal for each framework and cd to the relevant directory
  • Execute ./run.sh

Measure

./measure.sh

About

Compares Reactive Java Frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published