This is a simple app that uses reactive spring web to create a random stream of numbers. This stream is intended to be consumed by a client using
"Accept: text/event-stream"
.
The client can render something each time a new item in the stream is received. In our case Kappa's!
To run server
mvn spring-boot:run -Drun.profiles=tomcat
Netty Servlet was having some issues
To run client
cd frontend
run npm install
then npm start
Useful / Fun Links: