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.

Manually set transport type on a Spring + Sockjs application

I need to install an application on a non JEE7 compliant server. I am using Spring + Stomp + SocksJs for realtime …

java spring long-polling spring-websocket sockjs
How to send custom message to custom user with spring websocket?

I'm new to spring websocket. I want to send product changes to clients. For this, I want to do it …

java spring spring-boot spring-websocket sockjs
Why does sockJS add a '/info' to a given websocket url path

I want to open a websocket port with a "webapp/socket.do" path. When I use SockJS and try to …

websocket spring-websocket sockjs java-websocket
Unable to get Session in Spring Controller when using Websockets

I am using Websockets SockJS with Spring MVC Framework. I tried the Stock Ticker example that's working fine but now …

session sockjs spring-websocket
Websocket keep track of connections in Spring

Today I've searched a couple of hours for an implementation or tutorial in how to keep track of websocket connections …

java spring stomp spring-websocket sockjs
ReactJS could not proxy request from localhost:3000 to localhost:3003

I am writing a SPA using create-react-app and am using an expressjs server as my backend. For development I run …

javascript node.js reactjs sockjs