Skip to content

pk11/reactor-http-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tl;dr

This demo app demonstrates how to create a simple non-blocking HTTP server based on Reactor and NIO

there are two versions:

java

how to build:

mvn clean compile

how to run:

mvn exec:java -Dexec.mainClass="com.github.pk11.rnio.HttpServer"

then visit http://localhost:9999

scala

how to build:

mvn clean compile

how to run:

mvn exec:java -Dexec.mainClass="com.github.pk11.rnio.scala.DemoHttpServer"

then visit http://localhost:9999

About

a reactor/nio based http server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published