Top "Sockjs" questions

SockJS is a browser JavaScript library that provides a WebSocket-like object that gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.

WebSocket with Sockjs & Spring 4 but without Stomp

Is there a way to use WebSockets with SockJS client and Spring 4 server but not using STOMP? Based on this …

java websocket sockjs spring-4
Sending message to client periodically via Spring Web-Socket

I'm trying to make a connection between client and server via Spring webSocket and I'm doing this by the help …

java spring spring-boot websocket sockjs
How to tell when a Stomp server disconnected from the Stomp.JS client

I am sending a stomp message over a Sock.JS client. When I disconnect the server I would like a …

stomp sockjs
Engine.io or SockJS, which one to choose?

I have run into trouble with Socket.io regarding memory leaks and scaling issues lately. My decision to use Socket.…

websocket socket.io comparison sockjs engine.io
How can I send a message on connect event (SockJS, STOMP, Spring)?

I am connection through SockJS over STOMP to my Spring backend. Everything work fine, the configuration works well for all …

spring spring-websocket sockjs
Providing auth header with SockJS

I have a Spring MVC server that provides a bunch of REST endpoints as well as a websocket endpoint. Everything …

spring rest model-view-controller websocket sockjs
Where "user" comes from in convertAndSendToUser works in SockJS+Spring Websocket?

I would like to understand how convertAndSendToUser works in Spring SockJS+Websocket framework. In client, we would connect as stompClient.…

java spring stomp spring-websocket sockjs
How to get session id on the client side? (WebSocket)

Is there any way to do this? Client side: function connectWebSocket() { var socket = new SockJS('/socket'); stompClient = Stomp.over(…

spring websocket stomp sockjs
Is there a way to do a tcp connection to an IP with javascript?

Let me give a little background on what I am trying to accomplish. I have a device(chip and pin …

javascript websocket sockjs
SockJS Client auto reconnect?

I'm trying to figure out a way for my SockJS clients to reconnect to the server if it should go …

javascript sockjs