cd vertx mvn package java -jar ./target/vertx-fat.jar
cd webflux mvn package java -jar ./target/webflux-0.0.1-SNAPSHOT.jar
The project is only compatible with Linux system(using epoll) cd netty mvn package java -jar ./target/netty-0.0.1-SNAPSHOT.jar
(POST)/json , will echo what ever json from body to the response
(POST)/text , will echo what ever text from body to the response
(GET)/get_text , will send "hello" text to the response
wrk -d60s -t30 -c100 -R 500000 -s post.lua http://xxxxx/text
On single wrk instance, single http server working thread VERTX 91K/s WEBFLUX 20K/s NETTY 100K/s