Skip to content

A sample chat application that demonstrate the use of spring-session and WebSockets

Notifications You must be signed in to change notification settings

igormukhin/spring-session-websocket-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-session-websocket-sample

The sample is originated from the Spring Session project. Original location inside the Spring Session repository is /samples/websocket.

Differences

  • Stand-alone Maven project
  • Dependency to Redis is replaced with a simple Map as storage for session data
  • Actuator is included to show that you may need to change its /info endpoint.

Usage

Run with

mvn spring-boot:run

For available logins see /src/main/resources/data.sql.

Another useful samples

  • Portfolio by rstoyanchev
  • Chat-Jc from Spring Security Samples (this is actually the same sample as this repo but older)

Useful reads

Documentation

About

A sample chat application that demonstrate the use of spring-session and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published