Use this tag for questions related to Java based server side implementation of WebSocket.
I've got a strange problem in my Clojure app. I'm using http-kit to write a websocket based chat application. Client's …
java clojure garbage-collection jvm java-websocketI'm currently developing a Java WebSocket Client Application and I have to make sure that every message from the server …
java tcp websocket java-websocketI found it surprising that the current documentation for the Spring WebSocket Support directs users to use stomp.js for …
spring websocket stomp spring-websocket java-websocketI don't understand how properly write a test case for websocket in springboot application. I have a class that implement …
java spring spring-boot spring-websocket java-websocketI want to open a websocket port with a "webapp/socket.do" path. When I use SockJS and try to …
websocket spring-websocket sockjs java-websocketI was building a spring boot application for web socket connection using TextWebSocketHandler and overriding handleTextMessage. But I have a …
java spring spring-boot spring-websocket java-websocket