Skip to content

Application to demonstrate real-time streaming using Spring-5 WebFlux

Notifications You must be signed in to change notification settings

wamalalawrence/spring-5-reactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Event Streaming with Spring WebFlux

Technology Stack

  • Java 8
  • Mongo database
  • Maven

Build and run

  • mvn clean install
  • mongod
  • java -jar target/spring-5-reactive-0.0.1-SNAPSHOT.jar

Testing

At project build, tests will run and create one or two sample tweets, browse this url:
http://localhost:8080/stream/tweets Tweets will be streamed to the browser and if you add more tweets, they will be streamed as you create them.

About

Application to demonstrate real-time streaming using Spring-5 WebFlux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published