Spring 4 WebSockets with SockJS, STOMP and Spring Security 3.2

1 · Sunit Katkar · Jan. 15, 2014, 12:52 p.m.
.prettyprint ol.linenums>li { list-style-type: decimal; ! important } What are WebSockets? You may already know this, but I’m adding an excerpt from Wikipedia. WebSocket is a protocol providing full-duplex communications channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011. Modern browsers like Google Chrome and FireFox have been supporting WebSockets for some time now. Spring 4 and WebSockets Spring has grown to be ...