-
Start websocket server
cd websocket-server/ mvnw clean spring-boot:run
-
Open browser and visit
http://localhost:8080/
- spring-based
- /echo
- /multi
- /broadcast
- javax-based
- /reverse
- /chat
- stomp-based
- /greeting
- text message
- binary message
- broadcasting
- stomp message broker (server)
- stomp-based client
- javax-based client
- testing
- https://www.devglan.com/spring-boot/spring-boot-websocket-integration-example
- https://www.devglan.com/spring-boot/spring-session-stomp-websocket
- https://www.baeldung.com/websockets-spring
- https://www.baeldung.com/websockets-api-java-spring-client
- https://stackoverflow.com/questions/30413380/websocketstompclient-wont-connect-to-sockjs-endpoint