This demo app demonstrates how to create a simple non-blocking HTTP server based on Reactor and NIO
there are two versions:
mvn clean compile
mvn exec:java -Dexec.mainClass="com.github.pk11.rnio.HttpServer"
then visit http://localhost:9999
mvn clean compile
mvn exec:java -Dexec.mainClass="com.github.pk11.rnio.scala.DemoHttpServer"
then visit http://localhost:9999