Skip to content

Christian-Oette/demo-chat-app-sse-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application with Server Sent Events (SSE) in spring boot

  • Start SseDemoApplication
  • Open https://localhost:8443 in multiple browser windows
  • Ignore the SSL warning
  • Use the chat

Preview

Screenshot

Hint for parallel connections

The browser allows only 6 parallel connections for an SSE. After some investigation I found out, this is solved in HTTP/2 with a connection pool. But in order to enforce HTTP/2 one must also use SSL. Therefore I enabled SSL by default for the demo.

About

Chat application demo with server sent events in spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published