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.

Spring Websocket and 404 status on connection

In a working Spring MVC 4.0.2 project running under Tomcat 7.0.50, I'm trying to implement Spring Websocket with simple broker and sockjs …

spring websocket sockjs
How to secure websocket application [Spring boot + STOMP]

Good morning, I've created a simple Spring Boot WebSocket application. Right now I would like to set some security to …

spring-boot spring-security websocket stomp sockjs
Difference between /topic, /queue for SimpleMessageBroker in Spring Websocket + SockJS

Is there a clarification, what is the differences between /topic, /queue etc. for Spring Websocket + SockJS in case I am …

java spring stomp spring-websocket sockjs
What are issues with using WebSockets with proxies and load balancers?

I'm reading up on SockJS node server. Documentation says: Often WebSockets don't play nicely with proxies and load balancers. Deploying …

websocket haproxy sockjs
Spring 4 AbstractWebSocketMessageBrokerConfigurer With SockJS Not Negotiating Transport Properly

So I must say that all of the websocket tutorials/examples appear to be so easy, but it seems you …

spring websocket stomp sockjs spring-websocket
STOMP Spring WebSocket message exceeds size limit

I am implementing Spring WebSocket into our Spring MVC web application. However I am running into message over size limits …

java spring-mvc spring-websocket stomp sockjs
How to set up an apache proxy for Meteor/SockJS and WebSocket?

I have an apache proxy for a meteor app and apache and meteor are on two separate machines. I need …

apache proxy websocket meteor sockjs
How to increase output buffer for spring sockjs websocket server implementation

I have used spring implementation of sockjs websocket server and unable to transmit message over 8KB, following is the error 2014…

spring websocket sockjs spring-websocket
SockJS - '/info' causing Http 404 while connecting server

I've mainly followed below posts for implementing push notifications using SockJS, Push Notifications for Java Webapp, SockJS Client, SockJS Java …

java push-notification sockjs
how to use webSocket in angular 6

i need to use webSocket to make a communication between spring and angular 6 (notification), i tried to import stompjs, sockJs-client …

spring websocket sockjs angular6 stompjs