spring-websocket-chat
spring-websocket-chat copied to clipboard
Chat application using Spring WebSockets
Handle SockJs reconnection in case of network interruption.
I can't add multiple controllers. On adding more controller, only ChatController is working
I am making implementing user registration in this project. Now if a make a new endpoint which makes a post request for user, the response returns template of login.html when...
what is credential for this application.
I enabled the stomp broker (RabbitMQ), uncommenting [this](https://github.com/salmar/spring-websocket-chat/blob/07f9a60adbc1d55a8439531d199ea110e7858fcf/src/main/java/com/sergialmar/wschat/config/WebSocketConfig.java#L22), but now I get the following error while trying to unsubscribe from `/app/chat.participants`: ``` sh
I downloaded source code and try to start it. During the startup I see following trace: ``` __ _ __ __ _ __ _ _ ___ _ _ / _\_...
Could you please add readme instruction with pre-requisites, any installation steps etc to get the app running?
I couldn't find a better place to open this... Please redirect me if there is. spring-messaging, since v5.0.0, has marked method [SimpMessageHeaderAccessor#getUser](https://github.com/spring-projects/spring-framework/blob/v5.0.0.RELEASE/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageHeaderAccessor.java#L177) as `@Nullable`. Which actually causes Findbugs to fail...
I have a question related to trapping and showing server error messages in index.html. If for example we change method "authenticate" in class WebSecurityConfig as follows: ` UsernamePasswordAuthenticationToken token =...
First of all I have to say really code repository. It has nice demos and displays the functionality of Spring Websocket over STOMP quite well. I really liked the Actuator...