Skip to content

Indy-Spring-Framework-Users-Group/2017_02_07_reactive_spring

Repository files navigation

2017_02_07_reactive_spring

Kappa Generator

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published