Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 627 Bytes

File metadata and controls

18 lines (10 loc) · 627 Bytes

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.