Skip to content

Simple Springboot application configured to work with frontend through websocket using authorization and csrf token protection.

License

Notifications You must be signed in to change notification settings

Mourdraug/SpringWebsocketServerDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SpringWebsocketServerDemo

Simple Springboot application configured to work with frontend through websocket using authorization and csrf token protection.

I tried to explain the way it works in comments, I'll try to write more in-depth tutorial later.

Building

Use Maven for building. If you only want to run it use mvn spring-boot:run. You can also pack jar file with mvn package and run it with java -jar <jar_path>

To do

-Access Denied error handling.

About

Simple Springboot application configured to work with frontend through websocket using authorization and csrf token protection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published