Skip to content

A sample project to demonstrate how to use Server-Sent Events using Spring Boot 2 and Spring Webflux

Notifications You must be signed in to change notification settings

mohitsinha/spring-boot-reactive-sse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Reactive Webflux Server-Sent Events

This is a sample application that shows how to use Server-Sent Events using:

  • Spring Boot 2
  • Spring Webflux

Please see the following pages for more details

Running

Run this using using the gradle wrapper included

./gradlew bootRun

This will start the application on port 8080.

cURL Commands

You can try the following API once the server is running.

GET /stock/transaction

curl -v http://localhost:8080/stock/transaction

About

A sample project to demonstrate how to use Server-Sent Events using Spring Boot 2 and Spring Webflux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages