spring-boot-websocket-chat-demo icon indicating copy to clipboard operation
spring-boot-websocket-chat-demo copied to clipboard

Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol

Results 11 spring-boot-websocket-chat-demo issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for your job is great ! Any way to save stompClient and messages in session ? If i refresh page, i want to see old messages and my...

Hello ! I found the program very interesting, so I decided to add some new features, like database persistence (H2), basic Rest API

Nice project!! Taking long time to make application ready. I am using in kubernetes, if you setup configure your "k8s-deployment.yaml" with kubernetes ```readiness``` probe then it will be good.

Updating Readme file to account for users running RabbitMQ as a Docker service. The Guest/Guest account is only accessible from the containers internal network and blocks requests for port 61613

Hi, what are the license terms of your demo software? We like it and would like to use it in one of our demo Helm charts.

I want to store all the data whatever message will show

# javascript -- used regular expressions to identify hyperlinks -- used regular expression to check if url has http or https, and if not then prepended it -- url wil...