Questions tagged [sockjs]

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.

SockJS is a browser JavaScript library that provides a WebSocket-like object. SockJS 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.

Under the hood SockJS tries to use native WebSockets first. If that fails it can use a variety of browser-specific transport protocols and presents them through WebSocket-like abstractions.

SockJS-client is intended to work for all modern browsers and in environments which don't support WebSocket protocol, for example behind restrictive corporate proxies. [ https://github.com/sockjs/sockjs-client ]

SockJS-node is a Node.js server side counterpart of SockJS-client browser library written in CoffeeScript. [ https://github.com/sockjs/sockjs-node ]

617 questions
-1
votes
1 answer

SockJS-Erlang and Yaws Webserver

Thanks in advance but can anyone provide some guidance how I would use sockjs-erlang together with the Yaws Web Server. I have found some material on sockjs and cowboy but none on Yaws. Thanks
user557513
  • 97
  • 1
  • 5
-2
votes
2 answers

WebSocket STOMP already override class principal method getname() convertAndSendToUser doesn't work

I just want to test if convertAndSendToUser is working or not. If you have the same problem or experience please help me to fix it. You can see the method when I use the code upder it it same to ok(convertAndSend). When I use convertAndSendToUser my…
1 2 3
41
42