mpas / spring-boot-websocket-stomp-server-send-example

Demo application that shows how to send a STOMP message using WebSockets from a server to a client
23 stars 11 forks source link

spring-boot-websocket-stomp-server-send-example

Demo application that shows how to send a STOMP message using WebSockets from a server to a client

Prerequisites

Running

Run the application with the command gradle bootRun

Visit http://localhost:8080 to access the UI.

Use multiple browsers or browser tabs to demonstrate the pub/sub facility.

License

Public Domain, or in other words, do whatever you want with it, but I provide no warranties of any kind so I can't be held responsible for any damages it may cause.