Skip to content

Spring Web Socket

Sharina Stubbs edited this page Oct 10, 2019 · 2 revisions

Web Socket is "... very suitable to use "subprotocols" to embed messages. " Aka... a chat setup!

Resources:

Using WebSocket to build an interactive web application - a STOMP-based messaging service with Spring

https://spring.io/guides/gs/messaging-stomp-websocket/

Java401d6 Class demo:

https://github.com/codefellows/seattle-java-401d6/tree/master/class-19

Clone this wiki locally