networknt / microservices-framework-benchmark

Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks
MIT License
705 stars 127 forks source link

Add Spring WebFlux with Undertow #41

Closed stevehu closed 6 years ago

stevehu commented 6 years ago

Spring WebFlux is a new way to use Undertow HTTP core only without the servlet container. It is the same stack as light-4j and a lot of people are interested in the benchmark comparison.

DSchrupert commented 6 years ago

Related commits: de091e902b7c3e9c8cc394ff4081dbd9690b6b4b 09477e997d6c9921486de183ab4e6de10bc9afd1

stevehu commented 6 years ago

Cool. Thanks.