Skip to content

cedricziel/demo-sse-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring SSE Demo

SSE is for Server Sent Events.

Requirements

  • jdk8
  • Maven3

Run

mvn spring-boot:run

Open localhost:8080

Takeaways

  • the timeout for the SSE - Emitters needs to be raised.
  • emitters need to be manually removed when the listener dies or on completion
  • SSE with Spring Boot is practically a no-brainer

About

Spring Boot (1.3.0.M1) Demo for Server Sent Events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published